Html Css Color HEX #EB602D Sorbus

📋 copy color: '#EB602D'

red 235 ◦ green 96 ◦ blue 45

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

Shades of Sorbus #EB602D

Tints of Sorbus #EB602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 62.5%
G = 25.53%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB602D (or 0xEB602D) is known color: Sorbus. HEX triplet: EB, 60 and 2D. RGB value is (235,96,45). Sum of RGB (Red+Green+Blue) = 235+96+45=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB602D is #149FD2. Grayscale: #848484. Windows color (decimal): -1351635 or 2973931. OLE color: 2973931.

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

Color convert

RGB 235 96 45 -
CMYK 0 0.59 0.81 0.08
HSL 16.11º 0.83% 0.55% -
HSV(B) 16.11º 0.81% 0.92% -
XYZ 38.92 26.22 5.49 -
YUV 131.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 235 96 45 0 0.59 0.81 0.08 16.11 0.83 0.55
Hex EB 60 2D 0 3B 51 8 10 53 37
Octal 353 140 55 0 73 121 10 20 123 67
Binary 11101011 1100000 101101 0 111011 1010001 1000 10000 1010011 110111

Color Harmonies of #EB602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB602D

Black with #EB602D

Text Example


Text Example

White with #EB602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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