Html Css Color HEX #E5AC0C Gamboge

📋 copy color: '#E5AC0C'

red 229 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #E5AC0C

Tints of Gamboge #E5AC0C

RGB

 RED value IS 229 (89.84% from 255) = 55.45%

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

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

R = 55.45%
G = 41.65%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5AC0C (or 0xE5AC0C) is known color: Gamboge. HEX triplet: E5, AC and 0C. RGB value is (229,172,12). Sum of RGB (Red+Green+Blue) = 229+172+12=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC0C is #1A53F3. Grayscale: #ABABAB. Windows color (decimal): -1725428 or 830693. OLE color: 830693.

HSL color Cylindrical-coordinate representation of color #E5AC0C: hue angle of 44.24º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5AC0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 172 12 -
CMYK 0 0.25 0.95 0.10
HSL 44.24º 0.9% 0.47% -
HSV(B) 44.24º 0.95% 0.9% -
XYZ 47.13 46.19 6.78 -
YUV 170.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 229 172 12 0 0.25 0.95 0.10 44.24 0.9 0.47
Hex E5 AC C 0 19 5F A 2C 5A 2F
Octal 345 254 14 0 31 137 12 54 132 57
Binary 11100101 10101100 1100 0 11001 1011111 1010 101100 1011010 101111

Color Harmonies of #E5AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC0C

Black with #E5AC0C

Text Example


Text Example

White with #E5AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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