Html Css Color HEX #E06334 Sorbus

📋 copy color: '#E06334'

red 224 ◦ green 99 ◦ blue 52

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

Shades of Sorbus #E06334

Tints of Sorbus #E06334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 59.73%
G = 26.4%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E06334 (or 0xE06334) is known color: Sorbus. HEX triplet: E0, 63 and 34. RGB value is (224,99,52). Sum of RGB (Red+Green+Blue) = 224+99+52=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E06334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06334 is #1F9CCB. Grayscale: #838383. Windows color (decimal): -2071756 or 3433440. OLE color: 3433440.

HSL color Cylindrical-coordinate representation of color #E06334: hue angle of 16.4º 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 #E06334 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 52 -
CMYK 0 0.56 0.77 0.12
HSL 16.4º 0.74% 0.54% -
HSV(B) 16.4º 0.77% 0.88% -
XYZ 35.82 25.02 6.19 -
YUV 131.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 224 99 52 0 0.56 0.77 0.12 16.4 0.74 0.54
Hex E0 63 34 0 38 4D C 10 4A 36
Octal 340 143 64 0 70 115 14 20 112 66
Binary 11100000 1100011 110100 0 111000 1001101 1100 10000 1001010 110110

Color Harmonies of #E06334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06334

Black with #E06334

Text Example


Text Example

White with #E06334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06334; }

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

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

background-color css

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

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

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

border-color css

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

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

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