Html Css Color HEX #EAA80D Gamboge

📋 copy color: '#EAA80D'

red 234 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #EAA80D

Tints of Gamboge #EAA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 56.39%
G = 40.48%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAA80D (or 0xEAA80D) is known color: Gamboge. HEX triplet: EA, A8 and 0D. RGB value is (234,168,13). Sum of RGB (Red+Green+Blue) = 234+168+13=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA80D is #1557F2. Grayscale: #AAAAAA. Windows color (decimal): -1398771 or 895210. OLE color: 895210.

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

Color convert

RGB 234 168 13 -
CMYK 0 0.28 0.94 0.08
HSL 42.08º 0.89% 0.48% -
HSV(B) 42.08º 0.94% 0.92% -
XYZ 48.01 45.53 6.64 -
YUV 170.06 39.37 173.6 -
System Red Green Blue C M Y K H S L
Decimal 234 168 13 0 0.28 0.94 0.08 42.08 0.89 0.48
Hex EA A8 D 0 1C 5E 8 2A 59 30
Octal 352 250 15 0 34 136 10 52 131 60
Binary 11101010 10101000 1101 0 11100 1011110 1000 101010 1011001 110000

Color Harmonies of #EAA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA80D

Black with #EAA80D

Text Example


Text Example

White with #EAA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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