Html Css Color HEX #EC9C19 Gamboge

📋 copy color: '#EC9C19'

red 236 ◦ green 156 ◦ blue 25

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

Shades of Gamboge #EC9C19

Tints of Gamboge #EC9C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 25 (10.16% from 255) = 6%

R = 56.59%
G = 37.41%
B = 6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC9C19 (or 0xEC9C19) is known color: Gamboge. HEX triplet: EC, 9C and 19. RGB value is (236,156,25). Sum of RGB (Red+Green+Blue) = 236+156+25=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C19 is #1363E6. Grayscale: #A5A5A5. Windows color (decimal): -1270759 or 1678572. OLE color: 1678572.

HSL color Cylindrical-coordinate representation of color #EC9C19: hue angle of 37.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC9C19 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 25 -
CMYK 0 0.34 0.89 0.07
HSL 37.25º 0.85% 0.51% -
HSV(B) 37.25º 0.89% 0.93% -
XYZ 46.66 41.68 6.51 -
YUV 164.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 236 156 25 0 0.34 0.89 0.07 37.25 0.85 0.51
Hex EC 9C 19 0 22 59 7 25 55 33
Octal 354 234 31 0 42 131 7 45 125 63
Binary 11101100 10011100 11001 0 100010 1011001 111 100101 1010101 110011

Color Harmonies of #EC9C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C19

Black with #EC9C19

Text Example


Text Example

White with #EC9C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C19; }

 p { color: rgb(236,156,25); }

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

background-color css

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

 a { background-color: rgb(236,156,25); }

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

border-color css

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

 span { border-color: rgb(236,156,25); }

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