Html Css Color HEX #EC910C Gamboge

📋 copy color: '#EC910C'

red 236 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #EC910C

Tints of Gamboge #EC910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 60.05%
G = 36.9%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC910C (or 0xEC910C) is known color: Gamboge. HEX triplet: EC, 91 and 0C. RGB value is (236,145,12). Sum of RGB (Red+Green+Blue) = 236+145+12=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC910C is #136EF3. Grayscale: #9D9D9D. Windows color (decimal): -1273588 or 823788. OLE color: 823788.

HSL color Cylindrical-coordinate representation of color #EC910C: hue angle of 35.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC910C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 12 -
CMYK 0 0.39 0.95 0.07
HSL 35.63º 0.9% 0.49% -
HSV(B) 35.63º 0.95% 0.93% -
XYZ 44.78 38.11 5.34 -
YUV 157.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 236 145 12 0 0.39 0.95 0.07 35.63 0.9 0.49
Hex EC 91 C 0 27 5F 7 24 5A 31
Octal 354 221 14 0 47 137 7 44 132 61
Binary 11101100 10010001 1100 0 100111 1011111 111 100100 1011010 110001

Color Harmonies of #EC910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC910C

Black with #EC910C

Text Example


Text Example

White with #EC910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC910C; }

 p { color: rgb(236,145,12); }

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

background-color css

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

 a { background-color: rgb(236,145,12); }

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

border-color css

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

 span { border-color: rgb(236,145,12); }

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