Html Css Color HEX #E0692D Sorbus

📋 copy color: '#E0692D'

red 224 ◦ green 105 ◦ blue 45

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

Shades of Sorbus #E0692D

Tints of Sorbus #E0692D

RGB

 RED value IS 224 (87.89% from 255) = 59.89%

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

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

R = 59.89%
G = 28.07%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0692D (or 0xE0692D) is known color: Sorbus. HEX triplet: E0, 69 and 2D. RGB value is (224,105,45). Sum of RGB (Red+Green+Blue) = 224+105+45=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0692D is #1F96D2. Grayscale: #868686. Windows color (decimal): -2070227 or 2976224. OLE color: 2976224.

HSL color Cylindrical-coordinate representation of color #E0692D: hue angle of 20.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0692D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 45 -
CMYK 0 0.53 0.80 0.12
HSL 20.11º 0.74% 0.53% -
HSV(B) 20.11º 0.8% 0.88% -
XYZ 36.27 26.14 5.62 -
YUV 133.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 224 105 45 0 0.53 0.80 0.12 20.11 0.74 0.53
Hex E0 69 2D 0 35 50 C 14 4A 35
Octal 340 151 55 0 65 120 14 24 112 65
Binary 11100000 1101001 101101 0 110101 1010000 1100 10100 1001010 110101

Color Harmonies of #E0692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0692D

Black with #E0692D

Text Example


Text Example

White with #E0692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0692D; }

 p { color: rgb(224,105,45); }

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

background-color css

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

 a { background-color: rgb(224,105,45); }

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

border-color css

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

 span { border-color: rgb(224,105,45); }

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