Html Css Color HEX #EEA00D Gamboge

📋 copy color: '#EEA00D'

red 238 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #EEA00D

Tints of Gamboge #EEA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

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

R = 57.91%
G = 38.93%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA00D (or 0xEEA00D) is known color: Gamboge. HEX triplet: EE, A0 and 0D. RGB value is (238,160,13). Sum of RGB (Red+Green+Blue) = 238+160+13=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00D is #115FF2. Grayscale: #A7A7A7. Windows color (decimal): -1138675 or 893166. OLE color: 893166.

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

Color convert

RGB 238 160 13 -
CMYK 0 0.33 0.95 0.07
HSL 39.2º 0.9% 0.49% -
HSV(B) 39.2º 0.95% 0.93% -
XYZ 47.9 43.35 6.22 -
YUV 166.56 41.34 178.95 -
System Red Green Blue C M Y K H S L
Decimal 238 160 13 0 0.33 0.95 0.07 39.2 0.9 0.49
Hex EE A0 D 0 21 5F 7 27 5A 31
Octal 356 240 15 0 41 137 7 47 132 61
Binary 11101110 10100000 1101 0 100001 1011111 111 100111 1011010 110001

Color Harmonies of #EEA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA00D

Black with #EEA00D

Text Example


Text Example

White with #EEA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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