Html Css Color HEX #EB5E2A Sorbus

📋 copy color: '#EB5E2A'

red 235 ◦ green 94 ◦ blue 42

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

Shades of Sorbus #EB5E2A

Tints of Sorbus #EB5E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 63.34%
G = 25.34%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB5E2A (or 0xEB5E2A) is known color: Sorbus. HEX triplet: EB, 5E and 2A. RGB value is (235,94,42). Sum of RGB (Red+Green+Blue) = 235+94+42=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E2A is #14A1D5. Grayscale: #828282. Windows color (decimal): -1352150 or 2776811. OLE color: 2776811.

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

Color convert

RGB 235 94 42 -
CMYK 0 0.6 0.82 0.08
HSL 16.17º 0.83% 0.54% -
HSV(B) 16.17º 0.82% 0.92% -
XYZ 38.68 25.83 5.14 -
YUV 130.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 235 94 42 0 0.6 0.82 0.08 16.17 0.83 0.54
Hex EB 5E 2A 0 3C 52 8 10 53 36
Octal 353 136 52 0 74 122 10 20 123 66
Binary 11101011 1011110 101010 0 111100 1010010 1000 10000 1010011 110110

Color Harmonies of #EB5E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E2A

Black with #EB5E2A

Text Example


Text Example

White with #EB5E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E2A; }

 p { color: rgb(235,94,42); }

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

background-color css

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

 a { background-color: rgb(235,94,42); }

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

border-color css

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

 span { border-color: rgb(235,94,42); }

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