Html Css Color HEX #EC950A Gamboge

📋 copy color: '#EC950A'

red 236 ◦ green 149 ◦ blue 10

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

Shades of Gamboge #EC950A

Tints of Gamboge #EC950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 59.75%
G = 37.72%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC950A (or 0xEC950A) is known color: Gamboge. HEX triplet: EC, 95 and 0A. RGB value is (236,149,10). Sum of RGB (Red+Green+Blue) = 236+149+10=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC950A is #136AF5. Grayscale: #9F9F9F. Windows color (decimal): -1272566 or 693740. OLE color: 693740.

HSL color Cylindrical-coordinate representation of color #EC950A: hue angle of 36.9º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC950A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 10 -
CMYK 0 0.37 0.96 0.07
HSL 36.9º 0.92% 0.48% -
HSV(B) 36.9º 0.96% 0.93% -
XYZ 45.39 39.35 5.49 -
YUV 159.17 43.82 182.8 -
System Red Green Blue C M Y K H S L
Decimal 236 149 10 0 0.37 0.96 0.07 36.9 0.92 0.48
Hex EC 95 A 0 25 60 7 25 5C 30
Octal 354 225 12 0 45 140 7 45 134 60
Binary 11101100 10010101 1010 0 100101 1100000 111 100101 1011100 110000

Color Harmonies of #EC950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC950A

Black with #EC950A

Text Example


Text Example

White with #EC950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC950A; }

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

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

background-color css

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

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

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

border-color css

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

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

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