Html Css Color HEX #E27965 Terra Cotta

📋 copy color: '#E27965'

red 226 ◦ green 121 ◦ blue 101

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

Shades of Terra Cotta #E27965

Tints of Terra Cotta #E27965

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 50.45%
G = 27.01%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E27965 (or 0xE27965) is known color: Terra Cotta. HEX triplet: E2, 79 and 65. RGB value is (226,121,101). Sum of RGB (Red+Green+Blue) = 226+121+101=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E27965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27965 is #1D869A. Grayscale: #969696. Windows color (decimal): -1935003 or 6650338. OLE color: 6650338.

HSL color Cylindrical-coordinate representation of color #E27965: hue angle of 9.6º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E27965 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 121 101 -
CMYK 0 0.46 0.55 0.11
HSL 9.6º 0.68% 0.64% -
HSV(B) 9.6º 0.55% 0.89% -
XYZ 40.55 30.78 16.12 -
YUV 150.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 226 121 101 0 0.46 0.55 0.11 9.6 0.68 0.64
Hex E2 79 65 0 2E 37 B A 44 40
Octal 342 171 145 0 56 67 13 12 104 100
Binary 11100010 1111001 1100101 0 101110 110111 1011 1010 1000100 1000000

Color Harmonies of #E27965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27965

Black with #E27965

Text Example


Text Example

White with #E27965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27965; }

 p { color: rgb(226,121,101); }

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

background-color css

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

 a { background-color: rgb(226,121,101); }

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

border-color css

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

 span { border-color: rgb(226,121,101); }

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