Html Css Color HEX #EEA00C Gamboge

📋 copy color: '#EEA00C'

red 238 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #EEA00C

Tints of Gamboge #EEA00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 58.05%
G = 39.02%
B = 2.93%

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

#EEA00C (or 0xEEA00C) is known color: Gamboge. HEX triplet: EE, A0 and 0C. RGB value is (238,160,12). Sum of RGB (Red+Green+Blue) = 238+160+12=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00C is #115FF3. Grayscale: #A7A7A7. Windows color (decimal): -1138676 or 827630. OLE color: 827630.

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

Color convert

RGB 238 160 12 -
CMYK 0 0.33 0.95 0.07
HSL 39.29º 0.9% 0.49% -
HSV(B) 39.29º 0.95% 0.93% -
XYZ 47.9 43.35 6.19 -
YUV 166.45 40.84 179.03 -
System Red Green Blue C M Y K H S L
Decimal 238 160 12 0 0.33 0.95 0.07 39.29 0.9 0.49
Hex EE A0 C 0 21 5F 7 27 5A 31
Octal 356 240 14 0 41 137 7 47 132 61
Binary 11101110 10100000 1100 0 100001 1011111 111 100111 1011010 110001

Color Harmonies of #EEA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA00C

Black with #EEA00C

Text Example


Text Example

White with #EEA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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