Html Css Color HEX #EC9F05 Gamboge

📋 copy color: '#EC9F05'

red 236 ◦ green 159 ◦ blue 5

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

Shades of Gamboge #EC9F05

Tints of Gamboge #EC9F05

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 59%
G = 39.75%
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

#EC9F05 (or 0xEC9F05) is known color: Gamboge. HEX triplet: EC, 9F and 05. RGB value is (236,159,5). Sum of RGB (Red+Green+Blue) = 236+159+5=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F05 is #1360FA. Grayscale: #A5A5A5. Windows color (decimal): -1270011 or 368620. OLE color: 368620.

HSL color Cylindrical-coordinate representation of color #EC9F05: hue angle of 40º 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 #EC9F05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 159 5 -
CMYK 0 0.33 0.98 0.07
HSL 40º 0.96% 0.47% -
HSV(B) 40º 0.98% 0.93% -
XYZ 47.02 42.64 5.9 -
YUV 164.47 38.01 179.02 -
System Red Green Blue C M Y K H S L
Decimal 236 159 5 0 0.33 0.98 0.07 40 0.96 0.47
Hex EC 9F 5 0 21 62 7 28 60 2F
Octal 354 237 5 0 41 142 7 50 140 57
Binary 11101100 10011111 101 0 100001 1100010 111 101000 1100000 101111

Color Harmonies of #EC9F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F05

Black with #EC9F05

Text Example


Text Example

White with #EC9F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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