Html Css Color HEX #EC950F Gamboge

📋 copy color: '#EC950F'

red 236 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #EC950F

Tints of Gamboge #EC950F

RGB

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

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

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

R = 59%
G = 37.25%
B = 3.75%

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

#EC950F (or 0xEC950F) is known color: Gamboge. HEX triplet: EC, 95 and 0F. RGB value is (236,149,15). Sum of RGB (Red+Green+Blue) = 236+149+15=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC950F is #136AF0. Grayscale: #A0A0A0. Windows color (decimal): -1272561 or 1021420. OLE color: 1021420.

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

Color convert

RGB 236 149 15 -
CMYK 0 0.37 0.94 0.07
HSL 36.38º 0.88% 0.49% -
HSV(B) 36.38º 0.94% 0.93% -
XYZ 45.43 39.36 5.66 -
YUV 159.74 46.32 182.4 -
System Red Green Blue C M Y K H S L
Decimal 236 149 15 0 0.37 0.94 0.07 36.38 0.88 0.49
Hex EC 95 F 0 25 5E 7 24 58 31
Octal 354 225 17 0 45 136 7 44 130 61
Binary 11101100 10010101 1111 0 100101 1011110 111 100100 1011000 110001

Color Harmonies of #EC950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC950F

Black with #EC950F

Text Example


Text Example

White with #EC950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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