Html Css Color HEX #E65D30 Sorbus

📋 copy color: '#E65D30'

red 230 ◦ green 93 ◦ blue 48

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

Shades of Sorbus #E65D30

Tints of Sorbus #E65D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

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

R = 61.99%
G = 25.07%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E65D30 (or 0xE65D30) is known color: Sorbus. HEX triplet: E6, 5D and 30. RGB value is (230,93,48). Sum of RGB (Red+Green+Blue) = 230+93+48=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D30 is #19A2CF. Grayscale: #818181. Windows color (decimal): -1680080 or 3169766. OLE color: 3169766.

HSL color Cylindrical-coordinate representation of color #E65D30: hue angle of 14.84º 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 #E65D30 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 48 -
CMYK 0 0.60 0.79 0.10
HSL 14.84º 0.78% 0.55% -
HSV(B) 14.84º 0.79% 0.9% -
XYZ 37.08 24.87 5.64 -
YUV 128.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 230 93 48 0 0.60 0.79 0.10 14.84 0.78 0.55
Hex E6 5D 30 0 3C 4F A F 4E 37
Octal 346 135 60 0 74 117 12 17 116 67
Binary 11100110 1011101 110000 0 111100 1001111 1010 1111 1001110 110111

Color Harmonies of #E65D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D30

Black with #E65D30

Text Example


Text Example

White with #E65D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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