Html Css Color HEX #EC9E12 Gamboge

📋 copy color: '#EC9E12'

red 236 ◦ green 158 ◦ blue 18

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

Shades of Gamboge #EC9E12

Tints of Gamboge #EC9E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 57.28%
G = 38.35%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9E12 (or 0xEC9E12) is known color: Gamboge. HEX triplet: EC, 9E and 12. RGB value is (236,158,18). Sum of RGB (Red+Green+Blue) = 236+158+18=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E12 is #1361ED. Grayscale: #A5A5A5. Windows color (decimal): -1270254 or 1220332. OLE color: 1220332.

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

Color convert

RGB 236 158 18 -
CMYK 0 0.33 0.92 0.07
HSL 38.53º 0.86% 0.5% -
HSV(B) 38.53º 0.92% 0.93% -
XYZ 46.93 42.33 6.27 -
YUV 165.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 236 158 18 0 0.33 0.92 0.07 38.53 0.86 0.5
Hex EC 9E 12 0 21 5C 7 27 56 32
Octal 354 236 22 0 41 134 7 47 126 62
Binary 11101100 10011110 10010 0 100001 1011100 111 100111 1010110 110010

Color Harmonies of #EC9E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E12

Black with #EC9E12

Text Example


Text Example

White with #EC9E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E12; }

 p { color: rgb(236,158,18); }

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

background-color css

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

 a { background-color: rgb(236,158,18); }

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

border-color css

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

 span { border-color: rgb(236,158,18); }

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