Html Css Color HEX #EAAB0C Gamboge

📋 copy color: '#EAAB0C'

red 234 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #EAAB0C

Tints of Gamboge #EAAB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 56.12%
G = 41.01%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAAB0C (or 0xEAAB0C) is known color: Gamboge. HEX triplet: EA, AB and 0C. RGB value is (234,171,12). Sum of RGB (Red+Green+Blue) = 234+171+12=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB0C is #1554F3. Grayscale: #ACACAC. Windows color (decimal): -1398004 or 830442. OLE color: 830442.

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

Color convert

RGB 234 171 12 -
CMYK 0 0.27 0.95 0.08
HSL 42.97º 0.9% 0.48% -
HSV(B) 42.97º 0.95% 0.92% -
XYZ 48.56 46.64 6.79 -
YUV 171.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 234 171 12 0 0.27 0.95 0.08 42.97 0.9 0.48
Hex EA AB C 0 1B 5F 8 2B 5A 30
Octal 352 253 14 0 33 137 10 53 132 60
Binary 11101010 10101011 1100 0 11011 1011111 1000 101011 1011010 110000

Color Harmonies of #EAAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB0C

Black with #EAAB0C

Text Example


Text Example

White with #EAAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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