Html Css Color HEX #EC9032 Sun

📋 copy color: '#EC9032'

red 236 ◦ green 144 ◦ blue 50

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

Shades of Sun #EC9032

Tints of Sun #EC9032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 54.88%
G = 33.49%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC9032 (or 0xEC9032) is known color: Sun. HEX triplet: EC, 90 and 32. RGB value is (236,144,50). Sum of RGB (Red+Green+Blue) = 236+144+50=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9032 is #136FCD. Grayscale: #A1A1A1. Windows color (decimal): -1273806 or 3313900. OLE color: 3313900.

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

Color convert

RGB 236 144 50 -
CMYK 0 0.39 0.79 0.07
HSL 30.32º 0.83% 0.56% -
HSV(B) 30.32º 0.79% 0.93% -
XYZ 45.14 38.01 7.98 -
YUV 160.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 236 144 50 0 0.39 0.79 0.07 30.32 0.83 0.56
Hex EC 90 32 0 27 4F 7 1E 53 38
Octal 354 220 62 0 47 117 7 36 123 70
Binary 11101100 10010000 110010 0 100111 1001111 111 11110 1010011 111000

Color Harmonies of #EC9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9032

Black with #EC9032

Text Example


Text Example

White with #EC9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9032; }

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

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

background-color css

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

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

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

border-color css

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

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

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