Html Css Color HEX #EAA812 Gamboge

📋 copy color: '#EAA812'

red 234 ◦ green 168 ◦ blue 18

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

Shades of Gamboge #EAA812

Tints of Gamboge #EAA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 55.71%
G = 40%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAA812 (or 0xEAA812) is known color: Gamboge. HEX triplet: EA, A8 and 12. RGB value is (234,168,18). Sum of RGB (Red+Green+Blue) = 234+168+18=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA812 is #1557ED. Grayscale: #ABABAB. Windows color (decimal): -1398766 or 1222890. OLE color: 1222890.

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

Color convert

RGB 234 168 18 -
CMYK 0 0.28 0.92 0.08
HSL 41.67º 0.86% 0.49% -
HSV(B) 41.67º 0.92% 0.92% -
XYZ 48.04 45.54 6.83 -
YUV 170.63 41.87 173.2 -
System Red Green Blue C M Y K H S L
Decimal 234 168 18 0 0.28 0.92 0.08 41.67 0.86 0.49
Hex EA A8 12 0 1C 5C 8 2A 56 31
Octal 352 250 22 0 34 134 10 52 126 61
Binary 11101010 10101000 10010 0 11100 1011100 1000 101010 1010110 110001

Color Harmonies of #EAA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA812

Black with #EAA812

Text Example


Text Example

White with #EAA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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