Html Css Color HEX #E5A60C Gamboge

📋 copy color: '#E5A60C'

red 229 ◦ green 166 ◦ blue 12

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

Shades of Gamboge #E5A60C

Tints of Gamboge #E5A60C

RGB

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

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

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

R = 56.27%
G = 40.79%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5A60C (or 0xE5A60C) is known color: Gamboge. HEX triplet: E5, A6 and 0C. RGB value is (229,166,12). Sum of RGB (Red+Green+Blue) = 229+166+12=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A60C is #1A59F3. Grayscale: #A7A7A7. Windows color (decimal): -1726964 or 829157. OLE color: 829157.

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

Color convert

RGB 229 166 12 -
CMYK 0 0.28 0.95 0.10
HSL 42.58º 0.9% 0.47% -
HSV(B) 42.58º 0.95% 0.9% -
XYZ 46.02 43.96 6.41 -
YUV 167.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 229 166 12 0 0.28 0.95 0.10 42.58 0.9 0.47
Hex E5 A6 C 0 1C 5F A 2B 5A 2F
Octal 345 246 14 0 34 137 12 53 132 57
Binary 11100101 10100110 1100 0 11100 1011111 1010 101011 1011010 101111

Color Harmonies of #E5A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A60C

Black with #E5A60C

Text Example


Text Example

White with #E5A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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