#EAA214

Color #EAA214 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EAA214

Tints of Gamboge #EAA214

Color information

#EAA214 (or 0xEAA214) is unknown color: approx Gamboge. HEX triplet: EA, A2 and 14. RGB value is (234,162,20). Sum of RGB (Red+Green+Blue) = 234+162+20=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA214 is #155DEB. Grayscale: #A7A7A7. Windows color (decimal): -1400300 or 1352426. OLE color: 1352426.

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

Color convert

RGB23416220-
CMYK00.310.910.08
HSL39.81º84.25%49.8%-
HSV(B)39.81º91.45%91.76%-
XYZ46.9843.386.56-
YUV167.3444.85175.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.25%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 20 (8.20% from 255) = 4.81%
R=56.25%
G=38.94%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341622000.310.910.0839.8184.2549.8
HexEAA21401F5B8285432
Octal35224224037133105012462
Binary111010101010001010100011111101101110001010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA214; }

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

 H1.HeaderClassName
 {
   color: #EAA214;
 }
 .AnyTagClassName
 {
   color: #EAA214;
 }
</style>
background-color css

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

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

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

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

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

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