Html Css Color HEX #E67265 Terra Cotta

📋 copy color: '#E67265'

red 230 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #E67265

Tints of Terra Cotta #E67265

RGB

 RED value IS 230 (90.23% from 255) = 51.69%

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

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

R = 51.69%
G = 25.62%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E67265 (or 0xE67265) is known color: Terra Cotta. HEX triplet: E6, 72 and 65. RGB value is (230,114,101). Sum of RGB (Red+Green+Blue) = 230+114+101=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E67265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67265 is #198D9A. Grayscale: #939393. Windows color (decimal): -1674651 or 6648550. OLE color: 6648550.

HSL color Cylindrical-coordinate representation of color #E67265: hue angle of 6.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E67265 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 101 -
CMYK 0 0.50 0.56 0.10
HSL 6.05º 0.72% 0.65% -
HSV(B) 6.05º 0.56% 0.9% -
XYZ 41 29.8 15.9 -
YUV 147.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 230 114 101 0 0.50 0.56 0.10 6.05 0.72 0.65
Hex E6 72 65 0 32 38 A 6 48 41
Octal 346 162 145 0 62 70 12 6 110 101
Binary 11100110 1110010 1100101 0 110010 111000 1010 110 1001000 1000001

Color Harmonies of #E67265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67265

Black with #E67265

Text Example


Text Example

White with #E67265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67265; }

 p { color: rgb(230,114,101); }

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

background-color css

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

 a { background-color: rgb(230,114,101); }

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

border-color css

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

 span { border-color: rgb(230,114,101); }

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