Html Css Color HEX #EAA514 Gamboge

📋 copy color: '#EAA514'

red 234 ◦ green 165 ◦ blue 20

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

Shades of Gamboge #EAA514

Tints of Gamboge #EAA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 55.85%
G = 39.38%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA514 (or 0xEAA514) is known color: Gamboge. HEX triplet: EA, A5 and 14. RGB value is (234,165,20). Sum of RGB (Red+Green+Blue) = 234+165+20=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA514 is #155AEB. Grayscale: #A9A9A9. Windows color (decimal): -1399532 or 1353194. OLE color: 1353194.

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

Color convert

RGB 234 165 20 -
CMYK 0 0.29 0.91 0.08
HSL 40.65º 0.84% 0.5% -
HSV(B) 40.65º 0.91% 0.92% -
XYZ 47.51 44.45 6.74 -
YUV 169.1 43.86 174.29 -
System Red Green Blue C M Y K H S L
Decimal 234 165 20 0 0.29 0.91 0.08 40.65 0.84 0.5
Hex EA A5 14 0 1D 5B 8 29 54 32
Octal 352 245 24 0 35 133 10 51 124 62
Binary 11101010 10100101 10100 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EAA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA514

Black with #EAA514

Text Example


Text Example

White with #EAA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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