Html Css Color HEX #EAAB04 Gamboge

📋 copy color: '#EAAB04'

red 234 ◦ green 171 ◦ blue 4

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

Shades of Gamboge #EAAB04

Tints of Gamboge #EAAB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 57.21%
G = 41.81%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAAB04 (or 0xEAAB04) is known color: Gamboge. HEX triplet: EA, AB and 04. RGB value is (234,171,4). Sum of RGB (Red+Green+Blue) = 234+171+4=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB04 is #1554FB. Grayscale: #ABABAB. Windows color (decimal): -1398012 or 306154. OLE color: 306154.

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

Color convert

RGB 234 171 4 -
CMYK 0 0.27 0.98 0.08
HSL 43.57º 0.97% 0.47% -
HSV(B) 43.57º 0.98% 0.92% -
XYZ 48.52 46.63 6.56 -
YUV 170.8 33.87 173.08 -
System Red Green Blue C M Y K H S L
Decimal 234 171 4 0 0.27 0.98 0.08 43.57 0.97 0.47
Hex EA AB 4 0 1B 62 8 2C 61 2F
Octal 352 253 4 0 33 142 10 54 141 57
Binary 11101010 10101011 100 0 11011 1100010 1000 101100 1100001 101111

Color Harmonies of #EAAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB04

Black with #EAAB04

Text Example


Text Example

White with #EAAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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