Html Css Color HEX #E06F34 Sorbus

📋 copy color: '#E06F34'

red 224 ◦ green 111 ◦ blue 52

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

Shades of Sorbus #E06F34

Tints of Sorbus #E06F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 57.88%
G = 28.68%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E06F34 (or 0xE06F34) is known color: Sorbus. HEX triplet: E0, 6F and 34. RGB value is (224,111,52). Sum of RGB (Red+Green+Blue) = 224+111+52=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F34 is #1F90CB. Grayscale: #8A8A8A. Windows color (decimal): -2068684 or 3436512. OLE color: 3436512.

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

Color convert

RGB 224 111 52 -
CMYK 0 0.50 0.77 0.12
HSL 20.58º 0.74% 0.54% -
HSV(B) 20.58º 0.77% 0.88% -
XYZ 37.04 27.46 6.6 -
YUV 138.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 224 111 52 0 0.50 0.77 0.12 20.58 0.74 0.54
Hex E0 6F 34 0 32 4D C 15 4A 36
Octal 340 157 64 0 62 115 14 25 112 66
Binary 11100000 1101111 110100 0 110010 1001101 1100 10101 1001010 110110

Color Harmonies of #E06F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F34

Black with #E06F34

Text Example


Text Example

White with #E06F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F34; }

 p { color: rgb(224,111,52); }

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

background-color css

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

 a { background-color: rgb(224,111,52); }

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

border-color css

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

 span { border-color: rgb(224,111,52); }

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