Html Css Color HEX #EAA60F Gamboge

📋 copy color: '#EAA60F'

red 234 ◦ green 166 ◦ blue 15

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

Shades of Gamboge #EAA60F

Tints of Gamboge #EAA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 56.39%
G = 40%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAA60F (or 0xEAA60F) is known color: Gamboge. HEX triplet: EA, A6 and 0F. RGB value is (234,166,15). Sum of RGB (Red+Green+Blue) = 234+166+15=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA60F is #1559F0. Grayscale: #A9A9A9. Windows color (decimal): -1399281 or 1025770. OLE color: 1025770.

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

Color convert

RGB 234 166 15 -
CMYK 0 0.29 0.94 0.08
HSL 41.37º 0.88% 0.49% -
HSV(B) 41.37º 0.94% 0.92% -
XYZ 47.65 44.8 6.59 -
YUV 169.12 41.03 174.28 -
System Red Green Blue C M Y K H S L
Decimal 234 166 15 0 0.29 0.94 0.08 41.37 0.88 0.49
Hex EA A6 F 0 1D 5E 8 29 58 31
Octal 352 246 17 0 35 136 10 51 130 61
Binary 11101010 10100110 1111 0 11101 1011110 1000 101001 1011000 110001

Color Harmonies of #EAA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA60F

Black with #EAA60F

Text Example


Text Example

White with #EAA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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