Html Css Color HEX #E6692F Sorbus

📋 copy color: '#E6692F'

red 230 ◦ green 105 ◦ blue 47

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

Shades of Sorbus #E6692F

Tints of Sorbus #E6692F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 60.21%
G = 27.49%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6692F (or 0xE6692F) is known color: Sorbus. HEX triplet: E6, 69 and 2F. RGB value is (230,105,47). Sum of RGB (Red+Green+Blue) = 230+105+47=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E6692F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6692F is #1996D0. Grayscale: #888888. Windows color (decimal): -1677009 or 3107302. OLE color: 3107302.

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

Color convert

RGB 230 105 47 -
CMYK 0 0.54 0.80 0.10
HSL 19.02º 0.79% 0.54% -
HSV(B) 19.02º 0.8% 0.9% -
XYZ 38.2 27.13 5.91 -
YUV 135.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 230 105 47 0 0.54 0.80 0.10 19.02 0.79 0.54
Hex E6 69 2F 0 36 50 A 13 4F 36
Octal 346 151 57 0 66 120 12 23 117 66
Binary 11100110 1101001 101111 0 110110 1010000 1010 10011 1001111 110110

Color Harmonies of #E6692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6692F

Black with #E6692F

Text Example


Text Example

White with #E6692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6692F; }

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

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

background-color css

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

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

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

border-color css

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

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

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