Html Css Color HEX #EC9D0D Gamboge

📋 copy color: '#EC9D0D'

red 236 ◦ green 157 ◦ blue 13

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

Shades of Gamboge #EC9D0D

Tints of Gamboge #EC9D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 58.13%
G = 38.67%
B = 3.2%

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

#EC9D0D (or 0xEC9D0D) is known color: Gamboge. HEX triplet: EC, 9D and 0D. RGB value is (236,157,13). Sum of RGB (Red+Green+Blue) = 236+157+13=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D0D is #1362F2. Grayscale: #A4A4A4. Windows color (decimal): -1270515 or 892396. OLE color: 892396.

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

Color convert

RGB 236 157 13 -
CMYK 0 0.33 0.94 0.07
HSL 38.74º 0.9% 0.49% -
HSV(B) 38.74º 0.94% 0.93% -
XYZ 46.72 41.98 6.02 -
YUV 164.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 236 157 13 0 0.33 0.94 0.07 38.74 0.9 0.49
Hex EC 9D D 0 21 5E 7 27 5A 31
Octal 354 235 15 0 41 136 7 47 132 61
Binary 11101100 10011101 1101 0 100001 1011110 111 100111 1011010 110001

Color Harmonies of #EC9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D0D

Black with #EC9D0D

Text Example


Text Example

White with #EC9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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