Html Css Color HEX #E07455 Terra Cotta

📋 copy color: '#E07455'

red 224 ◦ green 116 ◦ blue 85

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

Shades of Terra Cotta #E07455

Tints of Terra Cotta #E07455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

 BLUE value IS 85 (33.59% from 255) = 20%

R = 52.71%
G = 27.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07455 (or 0xE07455) is known color: Terra Cotta. HEX triplet: E0, 74 and 55. RGB value is (224,116,85). Sum of RGB (Red+Green+Blue) = 224+116+85=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E07455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07455 is #1F8BAA. Grayscale: #909090. Windows color (decimal): -2067371 or 5600480. OLE color: 5600480.

HSL color Cylindrical-coordinate representation of color #E07455: hue angle of 13.38º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E07455 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 85 -
CMYK 0 0.48 0.62 0.12
HSL 13.38º 0.69% 0.61% -
HSV(B) 13.38º 0.62% 0.88% -
XYZ 38.63 28.99 12.15 -
YUV 144.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 224 116 85 0 0.48 0.62 0.12 13.38 0.69 0.61
Hex E0 74 55 0 30 3E C D 45 3D
Octal 340 164 125 0 60 76 14 15 105 75
Binary 11100000 1110100 1010101 0 110000 111110 1100 1101 1000101 111101

Color Harmonies of #E07455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07455

Black with #E07455

Text Example


Text Example

White with #E07455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07455; }

 p { color: rgb(224,116,85); }

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

background-color css

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

 a { background-color: rgb(224,116,85); }

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

border-color css

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

 span { border-color: rgb(224,116,85); }

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