Html Css Color HEX #EB602C Sorbus

📋 copy color: '#EB602C'

red 235 ◦ green 96 ◦ blue 44

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

Shades of Sorbus #EB602C

Tints of Sorbus #EB602C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 62.67%
G = 25.6%
B = 11.73%

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

#EB602C (or 0xEB602C) is known color: Sorbus. HEX triplet: EB, 60 and 2C. RGB value is (235,96,44). Sum of RGB (Red+Green+Blue) = 235+96+44=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB602C is #149FD3. Grayscale: #838383. Windows color (decimal): -1351636 or 2908395. OLE color: 2908395.

HSL color Cylindrical-coordinate representation of color #EB602C: hue angle of 16.34º 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 #EB602C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 44 -
CMYK 0 0.59 0.81 0.08
HSL 16.34º 0.83% 0.55% -
HSV(B) 16.34º 0.81% 0.92% -
XYZ 38.9 26.21 5.39 -
YUV 131.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 235 96 44 0 0.59 0.81 0.08 16.34 0.83 0.55
Hex EB 60 2C 0 3B 51 8 10 53 37
Octal 353 140 54 0 73 121 10 20 123 67
Binary 11101011 1100000 101100 0 111011 1010001 1000 10000 1010011 110111

Color Harmonies of #EB602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB602C

Black with #EB602C

Text Example


Text Example

White with #EB602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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