Html Css Color HEX #E07268 Terra Cotta

📋 copy color: '#E07268'

red 224 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #E07268

Tints of Terra Cotta #E07268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 50.68%
G = 25.79%
B = 23.53%

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

#E07268 (or 0xE07268) is known color: Terra Cotta. HEX triplet: E0, 72 and 68. RGB value is (224,114,104). Sum of RGB (Red+Green+Blue) = 224+114+104=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07268 is #1F8D97. Grayscale: #919191. Windows color (decimal): -2067864 or 6845152. OLE color: 6845152.

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

Color convert

RGB 224 114 104 -
CMYK 0 0.49 0.54 0.12
HSL 0.66% 0.64% -
HSV(B) 0.54% 0.88% -
XYZ 39.26 28.88 16.6 -
YUV 145.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 224 114 104 0 0.49 0.54 0.12 5 0.66 0.64
Hex E0 72 68 0 31 36 C 5 42 40
Octal 340 162 150 0 61 66 14 5 102 100
Binary 11100000 1110010 1101000 0 110001 110110 1100 101 1000010 1000000

Color Harmonies of #E07268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07268

Black with #E07268

Text Example


Text Example

White with #E07268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07268; }

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

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

background-color css

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

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

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

border-color css

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

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

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