Html Css Color HEX #E6693A Sorbus

📋 copy color: '#E6693A'

red 230 ◦ green 105 ◦ blue 58

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

Shades of Sorbus #E6693A

Tints of Sorbus #E6693A

RGB

 RED value IS 230 (90.23% from 255) = 58.52%

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 58.52%
G = 26.72%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6693A (or 0xE6693A) is known color: Sorbus. HEX triplet: E6, 69 and 3A. RGB value is (230,105,58). Sum of RGB (Red+Green+Blue) = 230+105+58=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6693A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6693A is #1996C5. Grayscale: #898989. Windows color (decimal): -1676998 or 3828198. OLE color: 3828198.

HSL color Cylindrical-coordinate representation of color #E6693A: hue angle of 16.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6693A is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 58 -
CMYK 0 0.54 0.75 0.10
HSL 16.4º 0.77% 0.56% -
HSV(B) 16.4º 0.75% 0.9% -
XYZ 38.45 27.23 7.23 -
YUV 137.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 230 105 58 0 0.54 0.75 0.10 16.4 0.77 0.56
Hex E6 69 3A 0 36 4B A 10 4D 38
Octal 346 151 72 0 66 113 12 20 115 70
Binary 11100110 1101001 111010 0 110110 1001011 1010 10000 1001101 111000

Color Harmonies of #E6693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6693A

Black with #E6693A

Text Example


Text Example

White with #E6693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6693A; }

 p { color: rgb(230,105,58); }

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

background-color css

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

 a { background-color: rgb(230,105,58); }

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

border-color css

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

 span { border-color: rgb(230,105,58); }

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