Html Css Color HEX #EB652D Sorbus

📋 copy color: '#EB652D'

red 235 ◦ green 101 ◦ blue 45

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

Shades of Sorbus #EB652D

Tints of Sorbus #EB652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 61.68%
G = 26.51%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB652D (or 0xEB652D) is known color: Sorbus. HEX triplet: EB, 65 and 2D. RGB value is (235,101,45). Sum of RGB (Red+Green+Blue) = 235+101+45=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB652D is #149AD2. Grayscale: #878787. Windows color (decimal): -1350355 or 2975211. OLE color: 2975211.

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

Color convert

RGB 235 101 45 -
CMYK 0 0.57 0.81 0.08
HSL 17.68º 0.83% 0.55% -
HSV(B) 17.68º 0.81% 0.92% -
XYZ 39.39 27.16 5.65 -
YUV 134.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 235 101 45 0 0.57 0.81 0.08 17.68 0.83 0.55
Hex EB 65 2D 0 39 51 8 12 53 37
Octal 353 145 55 0 71 121 10 22 123 67
Binary 11101011 1100101 101101 0 111001 1010001 1000 10010 1010011 110111

Color Harmonies of #EB652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB652D

Black with #EB652D

Text Example


Text Example

White with #EB652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB652D; }

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

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

background-color css

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

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

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

border-color css

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

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

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