#EB7234

Color #EB7234 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #EB7234

Tints of Sorbus #EB7234

Color information

#EB7234 (or 0xEB7234) is unknown color: approx Sorbus. HEX triplet: EB, 72 and 34. RGB value is (235,114,52). Sum of RGB (Red+Green+Blue) = 235+114+52=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7234 is #148DCB. Grayscale: #8F8F8F. Windows color (decimal): -1347020 or 3437291. OLE color: 3437291.

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

Color convert

RGB23511452-
CMYK00.510.780.08
HSL20.33º82.06%56.27%-
HSV(B)20.33º77.87%92.16%-
XYZ40.929.946.87-
YUV143.1176.59193.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.60%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=58.60%
G=28.43%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351145200.510.780.0820.3382.0656.27
HexEB72340334E8145238
Octal35316264063116102412270
Binary111010111110010110100011001110011101000101001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7234; }

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

 H1.HeaderClassName
 {
   color: #EB7234;
 }
 .AnyTagClassName
 {
   color: #EB7234;
 }
</style>
background-color css

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

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

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

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

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

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