Html Css Color HEX #EC9E05 Gamboge

📋 copy color: '#EC9E05'

red 236 ◦ green 158 ◦ blue 5

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

Shades of Gamboge #EC9E05

Tints of Gamboge #EC9E05

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 59.15%
G = 39.6%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9E05 (or 0xEC9E05) is known color: Gamboge. HEX triplet: EC, 9E and 05. RGB value is (236,158,5). Sum of RGB (Red+Green+Blue) = 236+158+5=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E05 is #1361FA. Grayscale: #A4A4A4. Windows color (decimal): -1270267 or 368364. OLE color: 368364.

HSL color Cylindrical-coordinate representation of color #EC9E05: hue angle of 39.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC9E05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 5 -
CMYK 0 0.33 0.98 0.07
HSL 39.74º 0.96% 0.47% -
HSV(B) 39.74º 0.98% 0.93% -
XYZ 46.85 42.3 5.84 -
YUV 163.88 38.34 179.44 -
System Red Green Blue C M Y K H S L
Decimal 236 158 5 0 0.33 0.98 0.07 39.74 0.96 0.47
Hex EC 9E 5 0 21 62 7 28 60 2F
Octal 354 236 5 0 41 142 7 50 140 57
Binary 11101100 10011110 101 0 100001 1100010 111 101000 1100000 101111

Color Harmonies of #EC9E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E05

Black with #EC9E05

Text Example


Text Example

White with #EC9E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E05; }

 p { color: rgb(236,158,5); }

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

background-color css

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

 a { background-color: rgb(236,158,5); }

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

border-color css

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

 span { border-color: rgb(236,158,5); }

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