Html Css Color HEX #EAA80C Gamboge

📋 copy color: '#EAA80C'

red 234 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #EAA80C

Tints of Gamboge #EAA80C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 56.52%
G = 40.58%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA80C (or 0xEAA80C) is known color: Gamboge. HEX triplet: EA, A8 and 0C. RGB value is (234,168,12). Sum of RGB (Red+Green+Blue) = 234+168+12=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA80C is #1557F3. Grayscale: #AAAAAA. Windows color (decimal): -1398772 or 829674. OLE color: 829674.

HSL color Cylindrical-coordinate representation of color #EAA80C: hue angle of 42.16º 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 #EAA80C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 12 -
CMYK 0 0.28 0.95 0.08
HSL 42.16º 0.9% 0.48% -
HSV(B) 42.16º 0.95% 0.92% -
XYZ 48 45.52 6.6 -
YUV 169.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 234 168 12 0 0.28 0.95 0.08 42.16 0.9 0.48
Hex EA A8 C 0 1C 5F 8 2A 5A 30
Octal 352 250 14 0 34 137 10 52 132 60
Binary 11101010 10101000 1100 0 11100 1011111 1000 101010 1011010 110000

Color Harmonies of #EAA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA80C

Black with #EAA80C

Text Example


Text Example

White with #EAA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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