Html Css Color HEX #EB6232 Sorbus

📋 copy color: '#EB6232'

red 235 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #EB6232

Tints of Sorbus #EB6232

RGB

 RED value IS 235 (92.19% from 255) = 61.36%

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

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

R = 61.36%
G = 25.59%
B = 13.05%

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

#EB6232 (or 0xEB6232) is known color: Sorbus. HEX triplet: EB, 62 and 32. RGB value is (235,98,50). Sum of RGB (Red+Green+Blue) = 235+98+50=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6232 is #149DCD. Grayscale: #858585. Windows color (decimal): -1351118 or 3302123. OLE color: 3302123.

HSL color Cylindrical-coordinate representation of color #EB6232: hue angle of 15.57º degrees, saturation: 0.82, 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 #EB6232 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 98 50 -
CMYK 0 0.58 0.79 0.08
HSL 15.57º 0.82% 0.56% -
HSV(B) 15.57º 0.79% 0.92% -
XYZ 39.2 26.63 6.09 -
YUV 133.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 235 98 50 0 0.58 0.79 0.08 15.57 0.82 0.56
Hex EB 62 32 0 3A 4F 8 10 52 38
Octal 353 142 62 0 72 117 10 20 122 70
Binary 11101011 1100010 110010 0 111010 1001111 1000 10000 1010010 111000

Color Harmonies of #EB6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6232

Black with #EB6232

Text Example


Text Example

White with #EB6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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