Html Css Color HEX #EC662D Sorbus

📋 copy color: '#EC662D'

red 236 ◦ green 102 ◦ blue 45

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

Shades of Sorbus #EC662D

Tints of Sorbus #EC662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 61.62%
G = 26.63%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC662D (or 0xEC662D) is known color: Sorbus. HEX triplet: EC, 66 and 2D. RGB value is (236,102,45). Sum of RGB (Red+Green+Blue) = 236+102+45=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC662D is #1399D2. Grayscale: #878787. Windows color (decimal): -1284563 or 2975468. OLE color: 2975468.

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

Color convert

RGB 236 102 45 -
CMYK 0 0.57 0.81 0.07
HSL 17.91º 0.83% 0.55% -
HSV(B) 17.91º 0.81% 0.93% -
XYZ 39.82 27.53 5.7 -
YUV 135.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 236 102 45 0 0.57 0.81 0.07 17.91 0.83 0.55
Hex EC 66 2D 0 39 51 7 12 53 37
Octal 354 146 55 0 71 121 7 22 123 67
Binary 11101100 1100110 101101 0 111001 1010001 111 10010 1010011 110111

Color Harmonies of #EC662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC662D

Black with #EC662D

Text Example


Text Example

White with #EC662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC662D; }

 p { color: rgb(236,102,45); }

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

background-color css

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

 a { background-color: rgb(236,102,45); }

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

border-color css

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

 span { border-color: rgb(236,102,45); }

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