Html Css Color HEX #E07D65 Terra Cotta

📋 copy color: '#E07D65'

red 224 ◦ green 125 ◦ blue 101

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

Shades of Terra Cotta #E07D65

Tints of Terra Cotta #E07D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 49.78%
G = 27.78%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07D65 (or 0xE07D65) is known color: Terra Cotta. HEX triplet: E0, 7D and 65. RGB value is (224,125,101). Sum of RGB (Red+Green+Blue) = 224+125+101=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D65 is #1F829A. Grayscale: #989898. Windows color (decimal): -2065051 or 6651360. OLE color: 6651360.

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

Color convert

RGB 224 125 101 -
CMYK 0 0.44 0.55 0.12
HSL 11.71º 0.66% 0.64% -
HSV(B) 11.71º 0.55% 0.88% -
XYZ 40.42 31.45 16.25 -
YUV 151.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 224 125 101 0 0.44 0.55 0.12 11.71 0.66 0.64
Hex E0 7D 65 0 2C 37 C C 42 40
Octal 340 175 145 0 54 67 14 14 102 100
Binary 11100000 1111101 1100101 0 101100 110111 1100 1100 1000010 1000000

Color Harmonies of #E07D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D65

Black with #E07D65

Text Example


Text Example

White with #E07D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D65; }

 p { color: rgb(224,125,101); }

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

background-color css

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

 a { background-color: rgb(224,125,101); }

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

border-color css

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

 span { border-color: rgb(224,125,101); }

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