Html Css Color HEX #EA6232 Sorbus

📋 copy color: '#EA6232'

red 234 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #EA6232

Tints of Sorbus #EA6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 61.26%
G = 25.65%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA6232 (or 0xEA6232) is known color: Sorbus. HEX triplet: EA, 62 and 32. RGB value is (234,98,50). Sum of RGB (Red+Green+Blue) = 234+98+50=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6232 is #159DCD. Grayscale: #858585. Windows color (decimal): -1416654 or 3302122. OLE color: 3302122.

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

Color convert

RGB 234 98 50 -
CMYK 0 0.58 0.79 0.08
HSL 15.65º 0.81% 0.56% -
HSV(B) 15.65º 0.79% 0.92% -
XYZ 38.88 26.46 6.08 -
YUV 133.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 234 98 50 0 0.58 0.79 0.08 15.65 0.81 0.56
Hex EA 62 32 0 3A 4F 8 10 51 38
Octal 352 142 62 0 72 117 10 20 121 70
Binary 11101010 1100010 110010 0 111010 1001111 1000 10000 1010001 111000

Color Harmonies of #EA6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6232

Black with #EA6232

Text Example


Text Example

White with #EA6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6232; }

 p { color: rgb(234,98,50); }

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

background-color css

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

 a { background-color: rgb(234,98,50); }

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

border-color css

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

 span { border-color: rgb(234,98,50); }

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