Html Css Color HEX #EB663F Sorbus

📋 copy color: '#EB663F'

red 235 ◦ green 102 ◦ blue 63

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

Shades of Sorbus #EB663F

Tints of Sorbus #EB663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 63 (25% from 255) = 15.75%

R = 58.75%
G = 25.5%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB663F (or 0xEB663F) is known color: Sorbus. HEX triplet: EB, 66 and 3F. RGB value is (235,102,63). Sum of RGB (Red+Green+Blue) = 235+102+63=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB663F is #1499C0. Grayscale: #898989. Windows color (decimal): -1350081 or 4155115. OLE color: 4155115.

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

Color convert

RGB 235 102 63 -
CMYK 0 0.57 0.73 0.08
HSL 13.6º 0.81% 0.58% -
HSV(B) 13.6º 0.73% 0.92% -
XYZ 39.91 27.52 7.91 -
YUV 137.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 235 102 63 0 0.57 0.73 0.08 13.6 0.81 0.58
Hex EB 66 3F 0 39 49 8 E 51 3A
Octal 353 146 77 0 71 111 10 16 121 72
Binary 11101011 1100110 111111 0 111001 1001001 1000 1110 1010001 111010

Color Harmonies of #EB663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB663F

Black with #EB663F

Text Example


Text Example

White with #EB663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB663F; }

 p { color: rgb(235,102,63); }

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

background-color css

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

 a { background-color: rgb(235,102,63); }

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

border-color css

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

 span { border-color: rgb(235,102,63); }

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