Html Css Color HEX #EB6A3A Sorbus

📋 copy color: '#EB6A3A'

red 235 ◦ green 106 ◦ blue 58

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

Shades of Sorbus #EB6A3A

Tints of Sorbus #EB6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 58.9%
G = 26.57%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB6A3A (or 0xEB6A3A) is known color: Sorbus. HEX triplet: EB, 6A and 3A. RGB value is (235,106,58). Sum of RGB (Red+Green+Blue) = 235+106+58=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6A3A is #1495C5. Grayscale: #8B8B8B. Windows color (decimal): -1349062 or 3828459. OLE color: 3828459.

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

Color convert

RGB 235 106 58 -
CMYK 0 0.55 0.75 0.08
HSL 16.27º 0.82% 0.57% -
HSV(B) 16.27º 0.75% 0.92% -
XYZ 40.18 28.28 7.34 -
YUV 139.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 235 106 58 0 0.55 0.75 0.08 16.27 0.82 0.57
Hex EB 6A 3A 0 37 4B 8 10 52 39
Octal 353 152 72 0 67 113 10 20 122 71
Binary 11101011 1101010 111010 0 110111 1001011 1000 10000 1010010 111001

Color Harmonies of #EB6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A3A

Black with #EB6A3A

Text Example


Text Example

White with #EB6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A3A; }

 p { color: rgb(235,106,58); }

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

background-color css

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

 a { background-color: rgb(235,106,58); }

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

border-color css

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

 span { border-color: rgb(235,106,58); }

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