Html Css Color HEX #EAAC11 Gamboge

📋 copy color: '#EAAC11'

red 234 ◦ green 172 ◦ blue 17

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

Shades of Gamboge #EAAC11

Tints of Gamboge #EAAC11

RGB

 RED value IS 234 (91.8% from 255) = 55.32%

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 55.32%
G = 40.66%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAAC11 (or 0xEAAC11) is known color: Gamboge. HEX triplet: EA, AC and 11. RGB value is (234,172,17). Sum of RGB (Red+Green+Blue) = 234+172+17=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC11 is #1553EE. Grayscale: #ADADAD. Windows color (decimal): -1397743 or 1158378. OLE color: 1158378.

HSL color Cylindrical-coordinate representation of color #EAAC11: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAAC11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 17 -
CMYK 0 0.26 0.93 0.08
HSL 42.86º 0.86% 0.49% -
HSV(B) 42.86º 0.93% 0.92% -
XYZ 48.79 47.04 7.04 -
YUV 172.87 40.04 171.6 -
System Red Green Blue C M Y K H S L
Decimal 234 172 17 0 0.26 0.93 0.08 42.86 0.86 0.49
Hex EA AC 11 0 1A 5D 8 2B 56 31
Octal 352 254 21 0 32 135 10 53 126 61
Binary 11101010 10101100 10001 0 11010 1011101 1000 101011 1010110 110001

Color Harmonies of #EAAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC11

Black with #EAAC11

Text Example


Text Example

White with #EAAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC11; }

 p { color: rgb(234,172,17); }

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

background-color css

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

 a { background-color: rgb(234,172,17); }

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

border-color css

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

 span { border-color: rgb(234,172,17); }

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