Html Css Color HEX #E65D25 Sorbus

📋 copy color: '#E65D25'

red 230 ◦ green 93 ◦ blue 37

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

Shades of Sorbus #E65D25

Tints of Sorbus #E65D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 63.89%
G = 25.83%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E65D25 (or 0xE65D25) is known color: Sorbus. HEX triplet: E6, 5D and 25. RGB value is (230,93,37). Sum of RGB (Red+Green+Blue) = 230+93+37=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D25 is #19A2DA. Grayscale: #7F7F7F. Windows color (decimal): -1680091 or 2448870. OLE color: 2448870.

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

Color convert

RGB 230 93 37 -
CMYK 0 0.60 0.84 0.10
HSL 17.41º 0.79% 0.52% -
HSV(B) 17.41º 0.84% 0.9% -
XYZ 36.88 24.79 4.59 -
YUV 127.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 230 93 37 0 0.60 0.84 0.10 17.41 0.79 0.52
Hex E6 5D 25 0 3C 54 A 11 4F 34
Octal 346 135 45 0 74 124 12 21 117 64
Binary 11100110 1011101 100101 0 111100 1010100 1010 10001 1001111 110100

Color Harmonies of #E65D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D25

Black with #E65D25

Text Example


Text Example

White with #E65D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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