Html Css Color HEX #EAA60D Gamboge

📋 copy color: '#EAA60D'

red 234 ◦ green 166 ◦ blue 13

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

Shades of Gamboge #EAA60D

Tints of Gamboge #EAA60D

RGB

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

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

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

R = 56.66%
G = 40.19%
B = 3.15%

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

#EAA60D (or 0xEAA60D) is known color: Gamboge. HEX triplet: EA, A6 and 0D. RGB value is (234,166,13). Sum of RGB (Red+Green+Blue) = 234+166+13=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA60D is #1559F2. Grayscale: #A9A9A9. Windows color (decimal): -1399283 or 894698. OLE color: 894698.

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

Color convert

RGB 234 166 13 -
CMYK 0 0.29 0.94 0.08
HSL 41.54º 0.89% 0.48% -
HSV(B) 41.54º 0.94% 0.92% -
XYZ 47.64 44.79 6.52 -
YUV 168.89 40.03 174.44 -
System Red Green Blue C M Y K H S L
Decimal 234 166 13 0 0.29 0.94 0.08 41.54 0.89 0.48
Hex EA A6 D 0 1D 5E 8 2A 59 30
Octal 352 246 15 0 35 136 10 52 131 60
Binary 11101010 10100110 1101 0 11101 1011110 1000 101010 1011001 110000

Color Harmonies of #EAA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA60D

Black with #EAA60D

Text Example


Text Example

White with #EAA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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