Html Css Color HEX #EAA512 Gamboge

📋 copy color: '#EAA512'

red 234 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #EAA512

Tints of Gamboge #EAA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 56.12%
G = 39.57%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAA512 (or 0xEAA512) is known color: Gamboge. HEX triplet: EA, A5 and 12. RGB value is (234,165,18). Sum of RGB (Red+Green+Blue) = 234+165+18=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA512 is #155AED. Grayscale: #A9A9A9. Windows color (decimal): -1399534 or 1222122. OLE color: 1222122.

HSL color Cylindrical-coordinate representation of color #EAA512: hue angle of 40.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAA512 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 18 -
CMYK 0 0.29 0.92 0.08
HSL 40.83º 0.86% 0.49% -
HSV(B) 40.83º 0.92% 0.92% -
XYZ 47.5 44.45 6.65 -
YUV 168.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 234 165 18 0 0.29 0.92 0.08 40.83 0.86 0.49
Hex EA A5 12 0 1D 5C 8 29 56 31
Octal 352 245 22 0 35 134 10 51 126 61
Binary 11101010 10100101 10010 0 11101 1011100 1000 101001 1010110 110001

Color Harmonies of #EAA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA512

Black with #EAA512

Text Example


Text Example

White with #EAA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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