Html Css Color HEX #E27D65 Terra Cotta

📋 copy color: '#E27D65'

red 226 ◦ green 125 ◦ blue 101

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

Shades of Terra Cotta #E27D65

Tints of Terra Cotta #E27D65

RGB

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

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

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

R = 50%
G = 27.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E27D65 (or 0xE27D65) is known color: Terra Cotta. HEX triplet: E2, 7D and 65. RGB value is (226,125,101). Sum of RGB (Red+Green+Blue) = 226+125+101=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D65 is #1D829A. Grayscale: #989898. Windows color (decimal): -1933979 or 6651362. OLE color: 6651362.

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

Color convert

RGB 226 125 101 -
CMYK 0 0.45 0.55 0.11
HSL 11.52º 0.68% 0.64% -
HSV(B) 11.52º 0.55% 0.89% -
XYZ 41.05 31.78 16.28 -
YUV 152.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 226 125 101 0 0.45 0.55 0.11 11.52 0.68 0.64
Hex E2 7D 65 0 2D 37 B C 44 40
Octal 342 175 145 0 55 67 13 14 104 100
Binary 11100010 1111101 1100101 0 101101 110111 1011 1100 1000100 1000000

Color Harmonies of #E27D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27D65

Black with #E27D65

Text Example


Text Example

White with #E27D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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