Html Css Color HEX #EC900F Gamboge

📋 copy color: '#EC900F'

red 236 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #EC900F

Tints of Gamboge #EC900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 59.75%
G = 36.46%
B = 3.8%

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

#EC900F (or 0xEC900F) is known color: Gamboge. HEX triplet: EC, 90 and 0F. RGB value is (236,144,15). Sum of RGB (Red+Green+Blue) = 236+144+15=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC900F is #136FF0. Grayscale: #9D9D9D. Windows color (decimal): -1273841 or 1020140. OLE color: 1020140.

HSL color Cylindrical-coordinate representation of color #EC900F: hue angle of 35.02º degrees, saturation: 0.88, 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 #EC900F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 144 15 -
CMYK 0 0.39 0.94 0.07
HSL 35.02º 0.88% 0.49% -
HSV(B) 35.02º 0.94% 0.93% -
XYZ 44.65 37.81 5.4 -
YUV 156.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 236 144 15 0 0.39 0.94 0.07 35.02 0.88 0.49
Hex EC 90 F 0 27 5E 7 23 58 31
Octal 354 220 17 0 47 136 7 43 130 61
Binary 11101100 10010000 1111 0 100111 1011110 111 100011 1011000 110001

Color Harmonies of #EC900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC900F

Black with #EC900F

Text Example


Text Example

White with #EC900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC900F; }

 p { color: rgb(236,144,15); }

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

background-color css

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

 a { background-color: rgb(236,144,15); }

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

border-color css

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

 span { border-color: rgb(236,144,15); }

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