Html Css Color HEX #EA5E33 Sorbus

📋 copy color: '#EA5E33'

red 234 ◦ green 94 ◦ blue 51

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

Shades of Sorbus #EA5E33

Tints of Sorbus #EA5E33

RGB

 RED value IS 234 (91.8% from 255) = 61.74%

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 61.74%
G = 24.8%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA5E33 (or 0xEA5E33) is known color: Sorbus. HEX triplet: EA, 5E and 33. RGB value is (234,94,51). Sum of RGB (Red+Green+Blue) = 234+94+51=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E33 is #15A1CC. Grayscale: #838383. Windows color (decimal): -1417677 or 3366634. OLE color: 3366634.

HSL color Cylindrical-coordinate representation of color #EA5E33: hue angle of 14.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5E33 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 51 -
CMYK 0 0.60 0.78 0.08
HSL 14.1º 0.81% 0.56% -
HSV(B) 14.1º 0.78% 0.92% -
XYZ 38.53 25.74 6.07 -
YUV 130.96 82.88 201.5 -
System Red Green Blue C M Y K H S L
Decimal 234 94 51 0 0.60 0.78 0.08 14.1 0.81 0.56
Hex EA 5E 33 0 3C 4E 8 E 51 38
Octal 352 136 63 0 74 116 10 16 121 70
Binary 11101010 1011110 110011 0 111100 1001110 1000 1110 1010001 111000

Color Harmonies of #EA5E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E33

Black with #EA5E33

Text Example


Text Example

White with #EA5E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E33; }

 p { color: rgb(234,94,51); }

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

background-color css

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

 a { background-color: rgb(234,94,51); }

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

border-color css

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

 span { border-color: rgb(234,94,51); }

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