Html Css Color HEX #EAAB11 Gamboge

📋 copy color: '#EAAB11'

red 234 ◦ green 171 ◦ blue 17

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

Shades of Gamboge #EAAB11

Tints of Gamboge #EAAB11

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

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

R = 55.45%
G = 40.52%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAAB11 (or 0xEAAB11) is known color: Gamboge. HEX triplet: EA, AB and 11. RGB value is (234,171,17). Sum of RGB (Red+Green+Blue) = 234+171+17=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB11 is #1554EE. Grayscale: #ACACAC. Windows color (decimal): -1397999 or 1158122. OLE color: 1158122.

HSL color Cylindrical-coordinate representation of color #EAAB11: hue angle of 42.58º 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 #EAAB11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 17 -
CMYK 0 0.27 0.93 0.08
HSL 42.58º 0.86% 0.49% -
HSV(B) 42.58º 0.93% 0.92% -
XYZ 48.6 46.66 6.98 -
YUV 172.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 234 171 17 0 0.27 0.93 0.08 42.58 0.86 0.49
Hex EA AB 11 0 1B 5D 8 2B 56 31
Octal 352 253 21 0 33 135 10 53 126 61
Binary 11101010 10101011 10001 0 11011 1011101 1000 101011 1010110 110001

Color Harmonies of #EAAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB11

Black with #EAAB11

Text Example


Text Example

White with #EAAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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