Html Css Color HEX #EB6529 Sorbus

📋 copy color: '#EB6529'

red 235 ◦ green 101 ◦ blue 41

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

Shades of Sorbus #EB6529

Tints of Sorbus #EB6529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 62.33%
G = 26.79%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB6529 (or 0xEB6529) is known color: Sorbus. HEX triplet: EB, 65 and 29. RGB value is (235,101,41). Sum of RGB (Red+Green+Blue) = 235+101+41=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6529 is #149AD6. Grayscale: #868686. Windows color (decimal): -1350359 or 2713067. OLE color: 2713067.

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

Color convert

RGB 235 101 41 -
CMYK 0 0.57 0.83 0.08
HSL 18.56º 0.83% 0.54% -
HSV(B) 18.56º 0.83% 0.92% -
XYZ 39.31 27.13 5.26 -
YUV 134.23 75.39 199.88 -
System Red Green Blue C M Y K H S L
Decimal 235 101 41 0 0.57 0.83 0.08 18.56 0.83 0.54
Hex EB 65 29 0 39 53 8 13 53 36
Octal 353 145 51 0 71 123 10 23 123 66
Binary 11101011 1100101 101001 0 111001 1010011 1000 10011 1010011 110110

Color Harmonies of #EB6529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6529

Black with #EB6529

Text Example


Text Example

White with #EB6529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6529; }

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

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

background-color css

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

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

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

border-color css

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

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

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