Html Css Color HEX #E65E3C Sorbus

📋 copy color: '#E65E3C'

red 230 ◦ green 94 ◦ blue 60

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

Shades of Sorbus #E65E3C

Tints of Sorbus #E65E3C

RGB

 RED value IS 230 (90.23% from 255) = 59.9%

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 59.9%
G = 24.48%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E65E3C (or 0xE65E3C) is known color: Sorbus. HEX triplet: E6, 5E and 3C. RGB value is (230,94,60). Sum of RGB (Red+Green+Blue) = 230+94+60=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E3C is #19A1C3. Grayscale: #838383. Windows color (decimal): -1679812 or 3956454. OLE color: 3956454.

HSL color Cylindrical-coordinate representation of color #E65E3C: hue angle of 12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E65E3C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 60 -
CMYK 0 0.59 0.74 0.10
HSL 12º 0.77% 0.57% -
HSV(B) 12º 0.74% 0.9% -
XYZ 37.45 25.15 7.16 -
YUV 130.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 230 94 60 0 0.59 0.74 0.10 12 0.77 0.57
Hex E6 5E 3C 0 3B 4A A C 4D 39
Octal 346 136 74 0 73 112 12 14 115 71
Binary 11100110 1011110 111100 0 111011 1001010 1010 1100 1001101 111001

Color Harmonies of #E65E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E3C

Black with #E65E3C

Text Example


Text Example

White with #E65E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E3C; }

 p { color: rgb(230,94,60); }

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

background-color css

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

 a { background-color: rgb(230,94,60); }

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

border-color css

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

 span { border-color: rgb(230,94,60); }

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