Html Css Color HEX #EAAB14 Gamboge

📋 copy color: '#EAAB14'

red 234 ◦ green 171 ◦ blue 20

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

Shades of Gamboge #EAAB14

Tints of Gamboge #EAAB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 55.06%
G = 40.24%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAAB14 (or 0xEAAB14) is known color: Gamboge. HEX triplet: EA, AB and 14. RGB value is (234,171,20). Sum of RGB (Red+Green+Blue) = 234+171+20=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB14 is #1554EB. Grayscale: #ADADAD. Windows color (decimal): -1397996 or 1354730. OLE color: 1354730.

HSL color Cylindrical-coordinate representation of color #EAAB14: hue angle of 42.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAAB14 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 20 -
CMYK 0 0.27 0.91 0.08
HSL 42.34º 0.84% 0.5% -
HSV(B) 42.34º 0.91% 0.92% -
XYZ 48.62 46.67 7.11 -
YUV 172.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 234 171 20 0 0.27 0.91 0.08 42.34 0.84 0.5
Hex EA AB 14 0 1B 5B 8 2A 54 32
Octal 352 253 24 0 33 133 10 52 124 62
Binary 11101010 10101011 10100 0 11011 1011011 1000 101010 1010100 110010

Color Harmonies of #EAAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB14

Black with #EAAB14

Text Example


Text Example

White with #EAAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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