Html Css Color HEX #EAA00C Gamboge

📋 copy color: '#EAA00C'

red 234 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #EAA00C

Tints of Gamboge #EAA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 57.64%
G = 39.41%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA00C (or 0xEAA00C) is known color: Gamboge. HEX triplet: EA, A0 and 0C. RGB value is (234,160,12). Sum of RGB (Red+Green+Blue) = 234+160+12=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA00C is #155FF3. Grayscale: #A5A5A5. Windows color (decimal): -1400820 or 827626. OLE color: 827626.

HSL color Cylindrical-coordinate representation of color #EAA00C: hue angle of 40º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAA00C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 12 -
CMYK 0 0.32 0.95 0.08
HSL 40º 0.9% 0.48% -
HSV(B) 40º 0.95% 0.92% -
XYZ 46.57 42.66 6.13 -
YUV 165.25 41.52 177.03 -
System Red Green Blue C M Y K H S L
Decimal 234 160 12 0 0.32 0.95 0.08 40 0.9 0.48
Hex EA A0 C 0 20 5F 8 28 5A 30
Octal 352 240 14 0 40 137 10 50 132 60
Binary 11101010 10100000 1100 0 100000 1011111 1000 101000 1011010 110000

Color Harmonies of #EAA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA00C

Black with #EAA00C

Text Example


Text Example

White with #EAA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA00C; }

 p { color: rgb(234,160,12); }

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

background-color css

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

 a { background-color: rgb(234,160,12); }

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

border-color css

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

 span { border-color: rgb(234,160,12); }

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