Html Css Color HEX #E0A60C Gamboge

📋 copy color: '#E0A60C'

red 224 ◦ green 166 ◦ blue 12

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

Shades of Gamboge #E0A60C

Tints of Gamboge #E0A60C

RGB

 RED value IS 224 (87.89% from 255) = 55.72%

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 55.72%
G = 41.29%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0A60C (or 0xE0A60C) is known color: Gamboge. HEX triplet: E0, A6 and 0C. RGB value is (224,166,12). Sum of RGB (Red+Green+Blue) = 224+166+12=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A60C is #1F59F3. Grayscale: #A6A6A6. Windows color (decimal): -2054644 or 829152. OLE color: 829152.

HSL color Cylindrical-coordinate representation of color #E0A60C: hue angle of 43.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0A60C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 166 12 -
CMYK 0 0.26 0.95 0.12
HSL 43.58º 0.9% 0.46% -
HSV(B) 43.58º 0.95% 0.88% -
XYZ 44.44 43.15 6.33 -
YUV 165.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 224 166 12 0 0.26 0.95 0.12 43.58 0.9 0.46
Hex E0 A6 C 0 1A 5F C 2C 5A 2E
Octal 340 246 14 0 32 137 14 54 132 56
Binary 11100000 10100110 1100 0 11010 1011111 1100 101100 1011010 101110

Color Harmonies of #E0A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A60C

Black with #E0A60C

Text Example


Text Example

White with #E0A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A60C; }

 p { color: rgb(224,166,12); }

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

background-color css

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

 a { background-color: rgb(224,166,12); }

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

border-color css

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

 span { border-color: rgb(224,166,12); }

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