Html Css Color HEX #EC920F Gamboge

📋 copy color: '#EC920F'

red 236 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #EC920F

Tints of Gamboge #EC920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 59.45%
G = 36.78%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC920F (or 0xEC920F) is known color: Gamboge. HEX triplet: EC, 92 and 0F. RGB value is (236,146,15). Sum of RGB (Red+Green+Blue) = 236+146+15=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920F is #136DF0. Grayscale: #9E9E9E. Windows color (decimal): -1273329 or 1020652. OLE color: 1020652.

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

Color convert

RGB 236 146 15 -
CMYK 0 0.38 0.94 0.07
HSL 35.57º 0.88% 0.49% -
HSV(B) 35.57º 0.94% 0.93% -
XYZ 44.96 38.43 5.5 -
YUV 157.98 47.32 183.65 -
System Red Green Blue C M Y K H S L
Decimal 236 146 15 0 0.38 0.94 0.07 35.57 0.88 0.49
Hex EC 92 F 0 26 5E 7 24 58 31
Octal 354 222 17 0 46 136 7 44 130 61
Binary 11101100 10010010 1111 0 100110 1011110 111 100100 1011000 110001

Color Harmonies of #EC920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC920F

Black with #EC920F

Text Example


Text Example

White with #EC920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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