Html Css Color HEX #EC9E1A Gamboge

📋 copy color: '#EC9E1A'

red 236 ◦ green 158 ◦ blue 26

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

Shades of Gamboge #EC9E1A

Tints of Gamboge #EC9E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 56.19%
G = 37.62%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC9E1A (or 0xEC9E1A) is known color: Gamboge. HEX triplet: EC, 9E and 1A. RGB value is (236,158,26). Sum of RGB (Red+Green+Blue) = 236+158+26=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E1A is #1361E5. Grayscale: #A6A6A6. Windows color (decimal): -1270246 or 1744620. OLE color: 1744620.

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

Color convert

RGB 236 158 26 -
CMYK 0 0.33 0.89 0.07
HSL 37.71º 0.85% 0.51% -
HSV(B) 37.71º 0.89% 0.93% -
XYZ 47.01 42.36 6.68 -
YUV 166.27 48.84 177.73 -
System Red Green Blue C M Y K H S L
Decimal 236 158 26 0 0.33 0.89 0.07 37.71 0.85 0.51
Hex EC 9E 1A 0 21 59 7 26 55 33
Octal 354 236 32 0 41 131 7 46 125 63
Binary 11101100 10011110 11010 0 100001 1011001 111 100110 1010101 110011

Color Harmonies of #EC9E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E1A

Black with #EC9E1A

Text Example


Text Example

White with #EC9E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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