Html Css Color HEX #E65E30 Sorbus

📋 copy color: '#E65E30'

red 230 ◦ green 94 ◦ blue 48

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

Shades of Sorbus #E65E30

Tints of Sorbus #E65E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 61.83%
G = 25.27%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E65E30 (or 0xE65E30) is known color: Sorbus. HEX triplet: E6, 5E and 30. RGB value is (230,94,48). Sum of RGB (Red+Green+Blue) = 230+94+48=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E30 is #19A1CF. Grayscale: #818181. Windows color (decimal): -1679824 or 3170022. OLE color: 3170022.

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

Color convert

RGB 230 94 48 -
CMYK 0 0.59 0.79 0.10
HSL 15.16º 0.78% 0.55% -
HSV(B) 15.16º 0.79% 0.9% -
XYZ 37.17 25.04 5.67 -
YUV 129.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 230 94 48 0 0.59 0.79 0.10 15.16 0.78 0.55
Hex E6 5E 30 0 3B 4F A F 4E 37
Octal 346 136 60 0 73 117 12 17 116 67
Binary 11100110 1011110 110000 0 111011 1001111 1010 1111 1001110 110111

Color Harmonies of #E65E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E30

Black with #E65E30

Text Example


Text Example

White with #E65E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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