Html Css Color HEX #EC950D Gamboge

📋 copy color: '#EC950D'

red 236 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #EC950D

Tints of Gamboge #EC950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

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

R = 59.3%
G = 37.44%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC950D (or 0xEC950D) is known color: Gamboge. HEX triplet: EC, 95 and 0D. RGB value is (236,149,13). Sum of RGB (Red+Green+Blue) = 236+149+13=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC950D is #136AF2. Grayscale: #A0A0A0. Windows color (decimal): -1272563 or 890348. OLE color: 890348.

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

Color convert

RGB 236 149 13 -
CMYK 0 0.37 0.94 0.07
HSL 36.59º 0.9% 0.49% -
HSV(B) 36.59º 0.94% 0.93% -
XYZ 45.41 39.36 5.58 -
YUV 159.51 45.32 182.56 -
System Red Green Blue C M Y K H S L
Decimal 236 149 13 0 0.37 0.94 0.07 36.59 0.9 0.49
Hex EC 95 D 0 25 5E 7 25 5A 31
Octal 354 225 15 0 45 136 7 45 132 61
Binary 11101100 10010101 1101 0 100101 1011110 111 100101 1011010 110001

Color Harmonies of #EC950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC950D

Black with #EC950D

Text Example


Text Example

White with #EC950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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