Html Css Color HEX #EAAB0A Gamboge

📋 copy color: '#EAAB0A'

red 234 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #EAAB0A

Tints of Gamboge #EAAB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 56.39%
G = 41.2%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAAB0A (or 0xEAAB0A) is known color: Gamboge. HEX triplet: EA, AB and 0A. RGB value is (234,171,10). Sum of RGB (Red+Green+Blue) = 234+171+10=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB0A is #1554F5. Grayscale: #ACACAC. Windows color (decimal): -1398006 or 699370. OLE color: 699370.

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

Color convert

RGB 234 171 10 -
CMYK 0 0.27 0.96 0.08
HSL 43.13º 0.92% 0.48% -
HSV(B) 43.13º 0.96% 0.92% -
XYZ 48.55 46.64 6.73 -
YUV 171.48 36.87 172.59 -
System Red Green Blue C M Y K H S L
Decimal 234 171 10 0 0.27 0.96 0.08 43.13 0.92 0.48
Hex EA AB A 0 1B 60 8 2B 5C 30
Octal 352 253 12 0 33 140 10 53 134 60
Binary 11101010 10101011 1010 0 11011 1100000 1000 101011 1011100 110000

Color Harmonies of #EAAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB0A

Black with #EAAB0A

Text Example


Text Example

White with #EAAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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