Html Css Color HEX #EAAA0F Gamboge

📋 copy color: '#EAAA0F'

red 234 ◦ green 170 ◦ blue 15

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

Shades of Gamboge #EAAA0F

Tints of Gamboge #EAAA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 15 (6.25% from 255) = 3.58%

R = 55.85%
G = 40.57%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAAA0F (or 0xEAAA0F) is known color: Gamboge. HEX triplet: EA, AA and 0F. RGB value is (234,170,15). Sum of RGB (Red+Green+Blue) = 234+170+15=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA0F is #1555F0. Grayscale: #ACACAC. Windows color (decimal): -1398257 or 1026794. OLE color: 1026794.

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

Color convert

RGB 234 170 15 -
CMYK 0 0.27 0.94 0.08
HSL 42.47º 0.88% 0.49% -
HSV(B) 42.47º 0.94% 0.92% -
XYZ 48.39 46.28 6.83 -
YUV 171.47 39.7 172.6 -
System Red Green Blue C M Y K H S L
Decimal 234 170 15 0 0.27 0.94 0.08 42.47 0.88 0.49
Hex EA AA F 0 1B 5E 8 2A 58 31
Octal 352 252 17 0 33 136 10 52 130 61
Binary 11101010 10101010 1111 0 11011 1011110 1000 101010 1011000 110001

Color Harmonies of #EAAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA0F

Black with #EAAA0F

Text Example


Text Example

White with #EAAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA0F; }

 p { color: rgb(234,170,15); }

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

background-color css

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

 a { background-color: rgb(234,170,15); }

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

border-color css

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

 span { border-color: rgb(234,170,15); }

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