Html Css Color HEX #E0AC0C Gamboge

📋 copy color: '#E0AC0C'

red 224 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #E0AC0C

Tints of Gamboge #E0AC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 54.9%
G = 42.16%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0AC0C (or 0xE0AC0C) is known color: Gamboge. HEX triplet: E0, AC and 0C. RGB value is (224,172,12). Sum of RGB (Red+Green+Blue) = 224+172+12=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AC0C is #1F53F3. Grayscale: #AAAAAA. Windows color (decimal): -2053108 or 830688. OLE color: 830688.

HSL color Cylindrical-coordinate representation of color #E0AC0C: hue angle of 45.28º 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 #E0AC0C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 12 -
CMYK 0 0.23 0.95 0.12
HSL 45.28º 0.9% 0.46% -
HSV(B) 45.28º 0.95% 0.88% -
XYZ 45.56 45.38 6.71 -
YUV 169.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 224 172 12 0 0.23 0.95 0.12 45.28 0.9 0.46
Hex E0 AC C 0 17 5F C 2D 5A 2E
Octal 340 254 14 0 27 137 14 55 132 56
Binary 11100000 10101100 1100 0 10111 1011111 1100 101101 1011010 101110

Color Harmonies of #E0AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC0C

Black with #E0AC0C

Text Example


Text Example

White with #E0AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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