Html Css Color HEX #EC940A Gamboge

📋 copy color: '#EC940A'

red 236 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #EC940A

Tints of Gamboge #EC940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 59.9%
G = 37.56%
B = 2.54%

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

#EC940A (or 0xEC940A) is known color: Gamboge. HEX triplet: EC, 94 and 0A. RGB value is (236,148,10). Sum of RGB (Red+Green+Blue) = 236+148+10=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC940A is #136BF5. Grayscale: #9F9F9F. Windows color (decimal): -1272822 or 693484. OLE color: 693484.

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

Color convert

RGB 236 148 10 -
CMYK 0 0.37 0.96 0.07
HSL 36.64º 0.92% 0.48% -
HSV(B) 36.64º 0.96% 0.93% -
XYZ 45.24 39.03 5.44 -
YUV 158.58 44.15 183.22 -
System Red Green Blue C M Y K H S L
Decimal 236 148 10 0 0.37 0.96 0.07 36.64 0.92 0.48
Hex EC 94 A 0 25 60 7 25 5C 30
Octal 354 224 12 0 45 140 7 45 134 60
Binary 11101100 10010100 1010 0 100101 1100000 111 100101 1011100 110000

Color Harmonies of #EC940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC940A

Black with #EC940A

Text Example


Text Example

White with #EC940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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