Html Css Color HEX #EAA80F Gamboge

📋 copy color: '#EAA80F'

red 234 ◦ green 168 ◦ blue 15

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

Shades of Gamboge #EAA80F

Tints of Gamboge #EAA80F

RGB

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

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

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

R = 56.12%
G = 40.29%
B = 3.6%

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

#EAA80F (or 0xEAA80F) is known color: Gamboge. HEX triplet: EA, A8 and 0F. RGB value is (234,168,15). Sum of RGB (Red+Green+Blue) = 234+168+15=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA80F is #1557F0. Grayscale: #AAAAAA. Windows color (decimal): -1398769 or 1026282. OLE color: 1026282.

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

Color convert

RGB 234 168 15 -
CMYK 0 0.28 0.94 0.08
HSL 41.92º 0.88% 0.49% -
HSV(B) 41.92º 0.94% 0.92% -
XYZ 48.02 45.53 6.71 -
YUV 170.29 40.37 173.44 -
System Red Green Blue C M Y K H S L
Decimal 234 168 15 0 0.28 0.94 0.08 41.92 0.88 0.49
Hex EA A8 F 0 1C 5E 8 2A 58 31
Octal 352 250 17 0 34 136 10 52 130 61
Binary 11101010 10101000 1111 0 11100 1011110 1000 101010 1011000 110001

Color Harmonies of #EAA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA80F

Black with #EAA80F

Text Example


Text Example

White with #EAA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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