Html Css Color HEX #EC910D Gamboge

📋 copy color: '#EC910D'

red 236 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #EC910D

Tints of Gamboge #EC910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 59.9%
G = 36.8%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC910D (or 0xEC910D) is known color: Gamboge. HEX triplet: EC, 91 and 0D. RGB value is (236,145,13). Sum of RGB (Red+Green+Blue) = 236+145+13=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC910D is #136EF2. Grayscale: #9D9D9D. Windows color (decimal): -1273587 or 889324. OLE color: 889324.

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

Color convert

RGB 236 145 13 -
CMYK 0 0.39 0.94 0.07
HSL 35.52º 0.9% 0.49% -
HSV(B) 35.52º 0.94% 0.93% -
XYZ 44.79 38.11 5.38 -
YUV 157.16 46.65 184.23 -
System Red Green Blue C M Y K H S L
Decimal 236 145 13 0 0.39 0.94 0.07 35.52 0.9 0.49
Hex EC 91 D 0 27 5E 7 24 5A 31
Octal 354 221 15 0 47 136 7 44 132 61
Binary 11101100 10010001 1101 0 100111 1011110 111 100100 1011010 110001

Color Harmonies of #EC910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC910D

Black with #EC910D

Text Example


Text Example

White with #EC910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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