Html Css Color HEX #EB602B Sorbus

📋 copy color: '#EB602B'

red 235 ◦ green 96 ◦ blue 43

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

Shades of Sorbus #EB602B

Tints of Sorbus #EB602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 62.83%
G = 25.67%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB602B (or 0xEB602B) is known color: Sorbus. HEX triplet: EB, 60 and 2B. RGB value is (235,96,43). Sum of RGB (Red+Green+Blue) = 235+96+43=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB602B is #149FD4. Grayscale: #838383. Windows color (decimal): -1351637 or 2842859. OLE color: 2842859.

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

Color convert

RGB 235 96 43 -
CMYK 0 0.59 0.82 0.08
HSL 16.56º 0.83% 0.55% -
HSV(B) 16.56º 0.82% 0.92% -
XYZ 38.88 26.2 5.29 -
YUV 131.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 235 96 43 0 0.59 0.82 0.08 16.56 0.83 0.55
Hex EB 60 2B 0 3B 52 8 11 53 37
Octal 353 140 53 0 73 122 10 21 123 67
Binary 11101011 1100000 101011 0 111011 1010010 1000 10001 1010011 110111

Color Harmonies of #EB602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB602B

Black with #EB602B

Text Example


Text Example

White with #EB602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB602B; }

 p { color: rgb(235,96,43); }

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

background-color css

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

 a { background-color: rgb(235,96,43); }

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

border-color css

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

 span { border-color: rgb(235,96,43); }

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