Html Css Color HEX #EAA515 Gamboge

📋 copy color: '#EAA515'

red 234 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #EAA515

Tints of Gamboge #EAA515

RGB

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

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

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

R = 55.71%
G = 39.29%
B = 5%

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

#EAA515 (or 0xEAA515) is known color: Gamboge. HEX triplet: EA, A5 and 15. RGB value is (234,165,21). Sum of RGB (Red+Green+Blue) = 234+165+21=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA515 is #155AEA. Grayscale: #A9A9A9. Windows color (decimal): -1399531 or 1418730. OLE color: 1418730.

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

Color convert

RGB 234 165 21 -
CMYK 0 0.29 0.91 0.08
HSL 40.56º 0.84% 0.5% -
HSV(B) 40.56º 0.91% 0.92% -
XYZ 47.52 44.46 6.79 -
YUV 169.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 234 165 21 0 0.29 0.91 0.08 40.56 0.84 0.5
Hex EA A5 15 0 1D 5B 8 29 54 32
Octal 352 245 25 0 35 133 10 51 124 62
Binary 11101010 10100101 10101 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EAA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA515

Black with #EAA515

Text Example


Text Example

White with #EAA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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