Html Css Color HEX #E07234 Sorbus

📋 copy color: '#E07234'

red 224 ◦ green 114 ◦ blue 52

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

Shades of Sorbus #E07234

Tints of Sorbus #E07234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 57.44%
G = 29.23%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E07234 (or 0xE07234) is known color: Sorbus. HEX triplet: E0, 72 and 34. RGB value is (224,114,52). Sum of RGB (Red+Green+Blue) = 224+114+52=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E07234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07234 is #1F8DCB. Grayscale: #8C8C8C. Windows color (decimal): -2067916 or 3437280. OLE color: 3437280.

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

Color convert

RGB 224 114 52 -
CMYK 0 0.49 0.77 0.12
HSL 21.63º 0.74% 0.54% -
HSV(B) 21.63º 0.77% 0.88% -
XYZ 37.38 28.13 6.71 -
YUV 139.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 224 114 52 0 0.49 0.77 0.12 21.63 0.74 0.54
Hex E0 72 34 0 31 4D C 16 4A 36
Octal 340 162 64 0 61 115 14 26 112 66
Binary 11100000 1110010 110100 0 110001 1001101 1100 10110 1001010 110110

Color Harmonies of #E07234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07234

Black with #E07234

Text Example


Text Example

White with #E07234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07234; }

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

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

background-color css

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

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

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

border-color css

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

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

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