Html Css Color HEX #E07B65 Terra Cotta

📋 copy color: '#E07B65'

red 224 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #E07B65

Tints of Terra Cotta #E07B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

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

R = 50%
G = 27.46%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07B65 (or 0xE07B65) is known color: Terra Cotta. HEX triplet: E0, 7B and 65. RGB value is (224,123,101). Sum of RGB (Red+Green+Blue) = 224+123+101=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B65 is #1F849A. Grayscale: #969696. Windows color (decimal): -2065563 or 6650848. OLE color: 6650848.

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

Color convert

RGB 224 123 101 -
CMYK 0 0.45 0.55 0.12
HSL 10.73º 0.66% 0.64% -
HSV(B) 10.73º 0.55% 0.88% -
XYZ 40.17 30.95 16.17 -
YUV 150.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 224 123 101 0 0.45 0.55 0.12 10.73 0.66 0.64
Hex E0 7B 65 0 2D 37 C B 42 40
Octal 340 173 145 0 55 67 14 13 102 100
Binary 11100000 1111011 1100101 0 101101 110111 1100 1011 1000010 1000000

Color Harmonies of #E07B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B65

Black with #E07B65

Text Example


Text Example

White with #E07B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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