Html Css Color HEX #ED695F Terra Cotta

📋 copy color: '#ED695F'

red 237 ◦ green 105 ◦ blue 95

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

Shades of Terra Cotta #ED695F

Tints of Terra Cotta #ED695F

RGB

 RED value IS 237 (92.97% from 255) = 54.23%

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 54.23%
G = 24.03%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED695F (or 0xED695F) is known color: Terra Cotta. HEX triplet: ED, 69 and 5F. RGB value is (237,105,95). Sum of RGB (Red+Green+Blue) = 237+105+95=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED695F is #1296A0. Grayscale: #8F8F8F. Windows color (decimal): -1218209 or 6253037. OLE color: 6253037.

HSL color Cylindrical-coordinate representation of color #ED695F: hue angle of 4.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED695F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 95 -
CMYK 0 0.56 0.60 0.07
HSL 4.23º 0.8% 0.65% -
HSV(B) 4.23º 0.6% 0.93% -
XYZ 42.04 28.93 14.2 -
YUV 143.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 237 105 95 0 0.56 0.60 0.07 4.23 0.8 0.65
Hex ED 69 5F 0 38 3C 7 4 50 41
Octal 355 151 137 0 70 74 7 4 120 101
Binary 11101101 1101001 1011111 0 111000 111100 111 100 1010000 1000001

Color Harmonies of #ED695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED695F

Black with #ED695F

Text Example


Text Example

White with #ED695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED695F; }

 p { color: rgb(237,105,95); }

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

background-color css

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

 a { background-color: rgb(237,105,95); }

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

border-color css

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

 span { border-color: rgb(237,105,95); }

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