Html Css Color HEX #EB6534 Sorbus

📋 copy color: '#EB6534'

red 235 ◦ green 101 ◦ blue 52

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

Shades of Sorbus #EB6534

Tints of Sorbus #EB6534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 60.57%
G = 26.03%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB6534 (or 0xEB6534) is known color: Sorbus. HEX triplet: EB, 65 and 34. RGB value is (235,101,52). Sum of RGB (Red+Green+Blue) = 235+101+52=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6534 is #149ACB. Grayscale: #878787. Windows color (decimal): -1350348 or 3433963. OLE color: 3433963.

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

Color convert

RGB 235 101 52 -
CMYK 0 0.57 0.78 0.08
HSL 16.07º 0.82% 0.56% -
HSV(B) 16.07º 0.78% 0.92% -
XYZ 39.53 27.22 6.42 -
YUV 135.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 235 101 52 0 0.57 0.78 0.08 16.07 0.82 0.56
Hex EB 65 34 0 39 4E 8 10 52 38
Octal 353 145 64 0 71 116 10 20 122 70
Binary 11101011 1100101 110100 0 111001 1001110 1000 10000 1010010 111000

Color Harmonies of #EB6534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6534

Black with #EB6534

Text Example


Text Example

White with #EB6534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6534; }

 p { color: rgb(235,101,52); }

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

background-color css

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

 a { background-color: rgb(235,101,52); }

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

border-color css

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

 span { border-color: rgb(235,101,52); }

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