Html Css Color HEX #EB602E Sorbus

📋 copy color: '#EB602E'

red 235 ◦ green 96 ◦ blue 46

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

Shades of Sorbus #EB602E

Tints of Sorbus #EB602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 62.33%
G = 25.46%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB602E (or 0xEB602E) is known color: Sorbus. HEX triplet: EB, 60 and 2E. RGB value is (235,96,46). Sum of RGB (Red+Green+Blue) = 235+96+46=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB602E is #149FD1. Grayscale: #848484. Windows color (decimal): -1351634 or 3039467. OLE color: 3039467.

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

Color convert

RGB 235 96 46 -
CMYK 0 0.59 0.80 0.08
HSL 15.87º 0.83% 0.55% -
HSV(B) 15.87º 0.8% 0.92% -
XYZ 38.94 26.23 5.59 -
YUV 131.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 235 96 46 0 0.59 0.80 0.08 15.87 0.83 0.55
Hex EB 60 2E 0 3B 50 8 10 53 37
Octal 353 140 56 0 73 120 10 20 123 67
Binary 11101011 1100000 101110 0 111011 1010000 1000 10000 1010011 110111

Color Harmonies of #EB602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB602E

Black with #EB602E

Text Example


Text Example

White with #EB602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB602E; }

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

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

background-color css

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

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

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

border-color css

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

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

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