Html Css Color HEX #ED665F Terra Cotta

📋 copy color: '#ED665F'

red 237 ◦ green 102 ◦ blue 95

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

Shades of Terra Cotta #ED665F

Tints of Terra Cotta #ED665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 54.61%
G = 23.5%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED665F (or 0xED665F) is known color: Terra Cotta. HEX triplet: ED, 66 and 5F. RGB value is (237,102,95). Sum of RGB (Red+Green+Blue) = 237+102+95=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED665F is #1299A0. Grayscale: #8D8D8D. Windows color (decimal): -1218977 or 6252269. OLE color: 6252269.

HSL color Cylindrical-coordinate representation of color #ED665F: hue angle of 2.96º 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 #ED665F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 95 -
CMYK 0 0.57 0.60 0.07
HSL 2.96º 0.8% 0.65% -
HSV(B) 2.96º 0.6% 0.93% -
XYZ 41.74 28.33 14.1 -
YUV 141.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 237 102 95 0 0.57 0.60 0.07 2.96 0.8 0.65
Hex ED 66 5F 0 39 3C 7 3 50 41
Octal 355 146 137 0 71 74 7 3 120 101
Binary 11101101 1100110 1011111 0 111001 111100 111 11 1010000 1000001

Color Harmonies of #ED665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED665F

Black with #ED665F

Text Example


Text Example

White with #ED665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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