Html Css Color HEX #EE9D0D Gamboge

📋 copy color: '#EE9D0D'

red 238 ◦ green 157 ◦ blue 13

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

Shades of Gamboge #EE9D0D

Tints of Gamboge #EE9D0D

RGB

 RED value IS 238 (93.36% from 255) = 58.33%

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 58.33%
G = 38.48%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE9D0D (or 0xEE9D0D) is known color: Gamboge. HEX triplet: EE, 9D and 0D. RGB value is (238,157,13). Sum of RGB (Red+Green+Blue) = 238+157+13=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D0D is #1162F2. Grayscale: #A5A5A5. Windows color (decimal): -1139443 or 892398. OLE color: 892398.

HSL color Cylindrical-coordinate representation of color #EE9D0D: hue angle of 38.4º 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 #EE9D0D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 157 13 -
CMYK 0 0.34 0.95 0.07
HSL 38.4º 0.9% 0.49% -
HSV(B) 38.4º 0.95% 0.93% -
XYZ 47.39 42.32 6.05 -
YUV 164.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 238 157 13 0 0.34 0.95 0.07 38.4 0.9 0.49
Hex EE 9D D 0 22 5F 7 26 5A 31
Octal 356 235 15 0 42 137 7 46 132 61
Binary 11101110 10011101 1101 0 100010 1011111 111 100110 1011010 110001

Color Harmonies of #EE9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9D0D

Black with #EE9D0D

Text Example


Text Example

White with #EE9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9D0D; }

 p { color: rgb(238,157,13); }

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

background-color css

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

 a { background-color: rgb(238,157,13); }

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

border-color css

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

 span { border-color: rgb(238,157,13); }

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