Html Css Color HEX #EC9F1C Gamboge

📋 copy color: '#EC9F1C'

red 236 ◦ green 159 ◦ blue 28

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

Shades of Gamboge #EC9F1C

Tints of Gamboge #EC9F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 55.79%
G = 37.59%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC9F1C (or 0xEC9F1C) is known color: Gamboge. HEX triplet: EC, 9F and 1C. RGB value is (236,159,28). Sum of RGB (Red+Green+Blue) = 236+159+28=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F1C is #1360E3. Grayscale: #A7A7A7. Windows color (decimal): -1269988 or 1875948. OLE color: 1875948.

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

Color convert

RGB 236 159 28 -
CMYK 0 0.33 0.88 0.07
HSL 37.79º 0.85% 0.52% -
HSV(B) 37.79º 0.88% 0.93% -
XYZ 47.2 42.71 6.86 -
YUV 167.09 49.51 177.15 -
System Red Green Blue C M Y K H S L
Decimal 236 159 28 0 0.33 0.88 0.07 37.79 0.85 0.52
Hex EC 9F 1C 0 21 58 7 26 55 34
Octal 354 237 34 0 41 130 7 46 125 64
Binary 11101100 10011111 11100 0 100001 1011000 111 100110 1010101 110100

Color Harmonies of #EC9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F1C

Black with #EC9F1C

Text Example


Text Example

White with #EC9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F1C; }

 p { color: rgb(236,159,28); }

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

background-color css

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

 a { background-color: rgb(236,159,28); }

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

border-color css

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

 span { border-color: rgb(236,159,28); }

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