Html Css Color HEX #E07267 Terra Cotta

📋 copy color: '#E07267'

red 224 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #E07267

Tints of Terra Cotta #E07267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 50.79%
G = 25.85%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07267 (or 0xE07267) is known color: Terra Cotta. HEX triplet: E0, 72 and 67. RGB value is (224,114,103). Sum of RGB (Red+Green+Blue) = 224+114+103=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07267 is #1F8D98. Grayscale: #919191. Windows color (decimal): -2067865 or 6779616. OLE color: 6779616.

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

Color convert

RGB 224 114 103 -
CMYK 0 0.49 0.54 0.12
HSL 5.45º 0.66% 0.64% -
HSV(B) 5.45º 0.54% 0.88% -
XYZ 39.21 28.86 16.34 -
YUV 145.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 224 114 103 0 0.49 0.54 0.12 5.45 0.66 0.64
Hex E0 72 67 0 31 36 C 5 42 40
Octal 340 162 147 0 61 66 14 5 102 100
Binary 11100000 1110010 1100111 0 110001 110110 1100 101 1000010 1000000

Color Harmonies of #E07267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07267

Black with #E07267

Text Example


Text Example

White with #E07267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07267; }

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

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

background-color css

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

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

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

border-color css

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

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

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