Html Css Color HEX #EA6535 Sorbus

📋 copy color: '#EA6535'

red 234 ◦ green 101 ◦ blue 53

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

Shades of Sorbus #EA6535

Tints of Sorbus #EA6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 53 (21.09% from 255) = 13.66%

R = 60.31%
G = 26.03%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA6535 (or 0xEA6535) is known color: Sorbus. HEX triplet: EA, 65 and 35. RGB value is (234,101,53). Sum of RGB (Red+Green+Blue) = 234+101+53=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6535 is #159ACA. Grayscale: #878787. Windows color (decimal): -1415883 or 3499498. OLE color: 3499498.

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

Color convert

RGB 234 101 53 -
CMYK 0 0.57 0.77 0.08
HSL 15.91º 0.81% 0.56% -
HSV(B) 15.91º 0.77% 0.92% -
XYZ 39.23 27.06 6.52 -
YUV 135.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 234 101 53 0 0.57 0.77 0.08 15.91 0.81 0.56
Hex EA 65 35 0 39 4D 8 10 51 38
Octal 352 145 65 0 71 115 10 20 121 70
Binary 11101010 1100101 110101 0 111001 1001101 1000 10000 1010001 111000

Color Harmonies of #EA6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6535

Black with #EA6535

Text Example


Text Example

White with #EA6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6535; }

 p { color: rgb(234,101,53); }

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

background-color css

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

 a { background-color: rgb(234,101,53); }

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

border-color css

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

 span { border-color: rgb(234,101,53); }

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