Html Css Color HEX #ED9B0D Gamboge

📋 copy color: '#ED9B0D'

red 237 ◦ green 155 ◦ blue 13

#ED9B0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #ED9B0D

Tints of Gamboge #ED9B0D

RGB

 RED value IS 237 (92.97% from 255) = 58.52%

 GREEN value IS 155 (60.94% from 255) = 38.27%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 58.52%
G = 38.27%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED9B0D (or 0xED9B0D) is known color: Gamboge. HEX triplet: ED, 9B and 0D. RGB value is (237,155,13). Sum of RGB (Red+Green+Blue) = 237+155+13=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9B0D is #1264F2. Grayscale: #A3A3A3. Windows color (decimal): -1205491 or 891885. OLE color: 891885.

HSL color Cylindrical-coordinate representation of color #ED9B0D: hue angle of 38.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED9B0D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 13 -
CMYK 0 0.35 0.95 0.07
HSL 38.04º 0.9% 0.49% -
HSV(B) 38.04º 0.95% 0.93% -
XYZ 46.72 41.48 5.92 -
YUV 163.33 43.17 180.55 -
System Red Green Blue C M Y K H S L
Decimal 237 155 13 0 0.35 0.95 0.07 38.04 0.9 0.49
Hex ED 9B D 0 23 5F 7 26 5A 31
Octal 355 233 15 0 43 137 7 46 132 61
Binary 11101101 10011011 1101 0 100011 1011111 111 100110 1011010 110001

Color Harmonies of #ED9B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B0D

Black with #ED9B0D

Text Example


Text Example

White with #ED9B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B0D; }

 p { color: rgb(237,155,13); }

 H1.HeaderClassName
 {
   color: #ED9B0D;
 }
 .AnyTagClassName
 {
   color: #ED9B0D;
 }
</style>

background-color css

<style>
 a { background-color: #ED9B0D; }

 a { background-color: rgb(237,155,13); }

 div.DivClassName
 {
   background-color: #ED9B0D;
 }
 .BgClassName
 {
   background-color: #ED9B0D;
 }
</style>

border-color css

<style>
 span { border-color: #ED9B0D; }

 span { border-color: rgb(237,155,13); }

 td.TdClassName
 {
   border-color: #ED9B0D;
 }
 .TagClassName
 {
   border-color: #ED9B0D;
 }
</style>