Html Css Color HEX #EC8E10 Gamboge

📋 copy color: '#EC8E10'

red 236 ◦ green 142 ◦ blue 16

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

Shades of Gamboge #EC8E10

Tints of Gamboge #EC8E10

RGB

 RED value IS 236 (92.58% from 255) = 59.9%

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 59.9%
G = 36.04%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC8E10 (or 0xEC8E10) is known color: Gamboge. HEX triplet: EC, 8E and 10. RGB value is (236,142,16). Sum of RGB (Red+Green+Blue) = 236+142+16=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8E10 is #1371EF. Grayscale: #9C9C9C. Windows color (decimal): -1274352 or 1085164. OLE color: 1085164.

HSL color Cylindrical-coordinate representation of color #EC8E10: hue angle of 34.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8E10 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 16 -
CMYK 0 0.40 0.93 0.07
HSL 34.36º 0.87% 0.49% -
HSV(B) 34.36º 0.93% 0.93% -
XYZ 44.36 37.22 5.34 -
YUV 155.74 49.14 185.25 -
System Red Green Blue C M Y K H S L
Decimal 236 142 16 0 0.40 0.93 0.07 34.36 0.87 0.49
Hex EC 8E 10 0 28 5D 7 22 57 31
Octal 354 216 20 0 50 135 7 42 127 61
Binary 11101100 10001110 10000 0 101000 1011101 111 100010 1010111 110001

Color Harmonies of #EC8E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E10

Black with #EC8E10

Text Example


Text Example

White with #EC8E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E10; }

 p { color: rgb(236,142,16); }

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

background-color css

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

 a { background-color: rgb(236,142,16); }

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

border-color css

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

 span { border-color: rgb(236,142,16); }

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