Html Css Color HEX #E65E2A Sorbus

📋 copy color: '#E65E2A'

red 230 ◦ green 94 ◦ blue 42

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

Shades of Sorbus #E65E2A

Tints of Sorbus #E65E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 62.84%
G = 25.68%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E65E2A (or 0xE65E2A) is known color: Sorbus. HEX triplet: E6, 5E and 2A. RGB value is (230,94,42). Sum of RGB (Red+Green+Blue) = 230+94+42=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E2A is #19A1D5. Grayscale: #818181. Windows color (decimal): -1679830 or 2776806. OLE color: 2776806.

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

Color convert

RGB 230 94 42 -
CMYK 0 0.59 0.82 0.10
HSL 16.6º 0.79% 0.53% -
HSV(B) 16.6º 0.82% 0.9% -
XYZ 37.05 25 5.06 -
YUV 128.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 230 94 42 0 0.59 0.82 0.10 16.6 0.79 0.53
Hex E6 5E 2A 0 3B 52 A 11 4F 35
Octal 346 136 52 0 73 122 12 21 117 65
Binary 11100110 1011110 101010 0 111011 1010010 1010 10001 1001111 110101

Color Harmonies of #E65E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E2A

Black with #E65E2A

Text Example


Text Example

White with #E65E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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