Html Css Color HEX #EC8F32 Sun

📋 copy color: '#EC8F32'

red 236 ◦ green 143 ◦ blue 50

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

Shades of Sun #EC8F32

Tints of Sun #EC8F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

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

R = 55.01%
G = 33.33%
B = 11.66%

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

#EC8F32 (or 0xEC8F32) is known color: Sun. HEX triplet: EC, 8F and 32. RGB value is (236,143,50). Sum of RGB (Red+Green+Blue) = 236+143+50=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F32 is #1370CD. Grayscale: #A0A0A0. Windows color (decimal): -1274062 or 3313644. OLE color: 3313644.

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

Color convert

RGB 236 143 50 -
CMYK 0 0.39 0.79 0.07
HSL 30º 0.83% 0.56% -
HSV(B) 30º 0.79% 0.93% -
XYZ 44.99 37.71 7.92 -
YUV 160.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 236 143 50 0 0.39 0.79 0.07 30 0.83 0.56
Hex EC 8F 32 0 27 4F 7 1E 53 38
Octal 354 217 62 0 47 117 7 36 123 70
Binary 11101100 10001111 110010 0 100111 1001111 111 11110 1010011 111000

Color Harmonies of #EC8F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F32

Black with #EC8F32

Text Example


Text Example

White with #EC8F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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