Html Css Color HEX #EC6328 Sorbus

📋 copy color: '#EC6328'

red 236 ◦ green 99 ◦ blue 40

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

Shades of Sorbus #EC6328

Tints of Sorbus #EC6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 62.93%
G = 26.4%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC6328 (or 0xEC6328) is known color: Sorbus. HEX triplet: EC, 63 and 28. RGB value is (236,99,40). Sum of RGB (Red+Green+Blue) = 236+99+40=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6328 is #139CD7. Grayscale: #858585. Windows color (decimal): -1285336 or 2647020. OLE color: 2647020.

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

Color convert

RGB 236 99 40 -
CMYK 0 0.58 0.83 0.07
HSL 18.06º 0.84% 0.54% -
HSV(B) 18.06º 0.83% 0.93% -
XYZ 39.44 26.91 5.12 -
YUV 133.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 236 99 40 0 0.58 0.83 0.07 18.06 0.84 0.54
Hex EC 63 28 0 3A 53 7 12 54 36
Octal 354 143 50 0 72 123 7 22 124 66
Binary 11101100 1100011 101000 0 111010 1010011 111 10010 1010100 110110

Color Harmonies of #EC6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6328

Black with #EC6328

Text Example


Text Example

White with #EC6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6328; }

 p { color: rgb(236,99,40); }

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

background-color css

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

 a { background-color: rgb(236,99,40); }

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

border-color css

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

 span { border-color: rgb(236,99,40); }

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