Html Css Color HEX #E46B5F Terra Cotta

📋 copy color: '#E46B5F'

red 228 ◦ green 107 ◦ blue 95

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

Shades of Terra Cotta #E46B5F

Tints of Terra Cotta #E46B5F

RGB

 RED value IS 228 (89.45% from 255) = 53.02%

 GREEN value IS 107 (42.19% from 255) = 24.88%

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 53.02%
G = 24.88%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E46B5F (or 0xE46B5F) is known color: Terra Cotta. HEX triplet: E4, 6B and 5F. RGB value is (228,107,95). Sum of RGB (Red+Green+Blue) = 228+107+95=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B5F is #1B94A0. Grayscale: #8D8D8D. Windows color (decimal): -1807521 or 6253540. OLE color: 6253540.

HSL color Cylindrical-coordinate representation of color #E46B5F: hue angle of 5.41º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E46B5F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 107 95 -
CMYK 0 0.53 0.58 0.11
HSL 5.41º 0.71% 0.63% -
HSV(B) 5.41º 0.58% 0.89% -
XYZ 39.32 27.84 14.13 -
YUV 141.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 228 107 95 0 0.53 0.58 0.11 5.41 0.71 0.63
Hex E4 6B 5F 0 35 3A B 5 47 3F
Octal 344 153 137 0 65 72 13 5 107 77
Binary 11100100 1101011 1011111 0 110101 111010 1011 101 1000111 111111

Color Harmonies of #E46B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46B5F

Black with #E46B5F

Text Example


Text Example

White with #E46B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46B5F; }

 p { color: rgb(228,107,95); }

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

background-color css

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

 a { background-color: rgb(228,107,95); }

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

border-color css

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

 span { border-color: rgb(228,107,95); }

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