Html Css Color HEX #EAA015 Gamboge

📋 copy color: '#EAA015'

red 234 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #EAA015

Tints of Gamboge #EAA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 56.39%
G = 38.55%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA015 (or 0xEAA015) is known color: Gamboge. HEX triplet: EA, A0 and 15. RGB value is (234,160,21). Sum of RGB (Red+Green+Blue) = 234+160+21=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA015 is #155FEA. Grayscale: #A6A6A6. Windows color (decimal): -1400811 or 1417450. OLE color: 1417450.

HSL color Cylindrical-coordinate representation of color #EAA015: hue angle of 39.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAA015 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 21 -
CMYK 0 0.32 0.91 0.08
HSL 39.15º 0.84% 0.5% -
HSV(B) 39.15º 0.91% 0.92% -
XYZ 46.64 42.69 6.49 -
YUV 166.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 234 160 21 0 0.32 0.91 0.08 39.15 0.84 0.5
Hex EA A0 15 0 20 5B 8 27 54 32
Octal 352 240 25 0 40 133 10 47 124 62
Binary 11101010 10100000 10101 0 100000 1011011 1000 100111 1010100 110010

Color Harmonies of #EAA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA015

Black with #EAA015

Text Example


Text Example

White with #EAA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA015; }

 p { color: rgb(234,160,21); }

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

background-color css

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

 a { background-color: rgb(234,160,21); }

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

border-color css

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

 span { border-color: rgb(234,160,21); }

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