Html Css Color HEX #EAA215 Gamboge

📋 copy color: '#EAA215'

red 234 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #EAA215

Tints of Gamboge #EAA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 56.12%
G = 38.85%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA215 (or 0xEAA215) is known color: Gamboge. HEX triplet: EA, A2 and 15. RGB value is (234,162,21). Sum of RGB (Red+Green+Blue) = 234+162+21=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA215 is #155DEA. Grayscale: #A8A8A8. Windows color (decimal): -1400299 or 1417962. OLE color: 1417962.

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

Color convert

RGB 234 162 21 -
CMYK 0 0.31 0.91 0.08
HSL 39.72º 0.84% 0.5% -
HSV(B) 39.72º 0.91% 0.92% -
XYZ 46.99 43.39 6.61 -
YUV 167.45 45.35 175.46 -
System Red Green Blue C M Y K H S L
Decimal 234 162 21 0 0.31 0.91 0.08 39.72 0.84 0.5
Hex EA A2 15 0 1F 5B 8 28 54 32
Octal 352 242 25 0 37 133 10 50 124 62
Binary 11101010 10100010 10101 0 11111 1011011 1000 101000 1010100 110010

Color Harmonies of #EAA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA215

Black with #EAA215

Text Example


Text Example

White with #EAA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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