Html Css Color HEX #E65A32 Sorbus

📋 copy color: '#E65A32'

red 230 ◦ green 90 ◦ blue 50

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

Shades of Sorbus #E65A32

Tints of Sorbus #E65A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 62.16%
G = 24.32%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E65A32 (or 0xE65A32) is known color: Sorbus. HEX triplet: E6, 5A and 32. RGB value is (230,90,50). Sum of RGB (Red+Green+Blue) = 230+90+50=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A32 is #19A5CD. Grayscale: #7F7F7F. Windows color (decimal): -1680846 or 3300070. OLE color: 3300070.

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

Color convert

RGB 230 90 50 -
CMYK 0 0.61 0.78 0.10
HSL 13.33º 0.78% 0.55% -
HSV(B) 13.33º 0.78% 0.9% -
XYZ 36.87 24.37 5.78 -
YUV 127.3 84.38 201.25 -
System Red Green Blue C M Y K H S L
Decimal 230 90 50 0 0.61 0.78 0.10 13.33 0.78 0.55
Hex E6 5A 32 0 3D 4E A D 4E 37
Octal 346 132 62 0 75 116 12 15 116 67
Binary 11100110 1011010 110010 0 111101 1001110 1010 1101 1001110 110111

Color Harmonies of #E65A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A32

Black with #E65A32

Text Example


Text Example

White with #E65A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A32; }

 p { color: rgb(230,90,50); }

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

background-color css

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

 a { background-color: rgb(230,90,50); }

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

border-color css

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

 span { border-color: rgb(230,90,50); }

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