Html Css Color HEX #EC9D0F Gamboge

📋 copy color: '#EC9D0F'

red 236 ◦ green 157 ◦ blue 15

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

Shades of Gamboge #EC9D0F

Tints of Gamboge #EC9D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 57.84%
G = 38.48%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC9D0F (or 0xEC9D0F) is known color: Gamboge. HEX triplet: EC, 9D and 0F. RGB value is (236,157,15). Sum of RGB (Red+Green+Blue) = 236+157+15=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D0F is #1362F0. Grayscale: #A5A5A5. Windows color (decimal): -1270513 or 1023468. OLE color: 1023468.

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

Color convert

RGB 236 157 15 -
CMYK 0 0.33 0.94 0.07
HSL 38.55º 0.88% 0.49% -
HSV(B) 38.55º 0.94% 0.93% -
XYZ 46.74 41.98 6.09 -
YUV 164.43 43.67 179.05 -
System Red Green Blue C M Y K H S L
Decimal 236 157 15 0 0.33 0.94 0.07 38.55 0.88 0.49
Hex EC 9D F 0 21 5E 7 27 58 31
Octal 354 235 17 0 41 136 7 47 130 61
Binary 11101100 10011101 1111 0 100001 1011110 111 100111 1011000 110001

Color Harmonies of #EC9D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D0F

Black with #EC9D0F

Text Example


Text Example

White with #EC9D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D0F; }

 p { color: rgb(236,157,15); }

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

background-color css

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

 a { background-color: rgb(236,157,15); }

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

border-color css

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

 span { border-color: rgb(236,157,15); }

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