Html Css Color HEX #EB663A Sorbus

📋 copy color: '#EB663A'

red 235 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #EB663A

Tints of Sorbus #EB663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 59.49%
G = 25.82%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB663A (or 0xEB663A) is known color: Sorbus. HEX triplet: EB, 66 and 3A. RGB value is (235,102,58). Sum of RGB (Red+Green+Blue) = 235+102+58=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB663A is #1499C5. Grayscale: #898989. Windows color (decimal): -1350086 or 3827435. OLE color: 3827435.

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

Color convert

RGB 235 102 58 -
CMYK 0 0.57 0.75 0.08
HSL 14.92º 0.82% 0.57% -
HSV(B) 14.92º 0.75% 0.92% -
XYZ 39.78 27.47 7.21 -
YUV 136.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 235 102 58 0 0.57 0.75 0.08 14.92 0.82 0.57
Hex EB 66 3A 0 39 4B 8 F 52 39
Octal 353 146 72 0 71 113 10 17 122 71
Binary 11101011 1100110 111010 0 111001 1001011 1000 1111 1010010 111001

Color Harmonies of #EB663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB663A

Black with #EB663A

Text Example


Text Example

White with #EB663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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