Html Css Color HEX #ED7663 Terra Cotta

📋 copy color: '#ED7663'

red 237 ◦ green 118 ◦ blue 99

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

Shades of Terra Cotta #ED7663

Tints of Terra Cotta #ED7663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 52.2%
G = 25.99%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED7663 (or 0xED7663) is known color: Terra Cotta. HEX triplet: ED, 76 and 63. RGB value is (237,118,99). Sum of RGB (Red+Green+Blue) = 237+118+99=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7663 is #12899C. Grayscale: #979797. Windows color (decimal): -1214877 or 6518509. OLE color: 6518509.

HSL color Cylindrical-coordinate representation of color #ED7663: hue angle of 8.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED7663 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 99 -
CMYK 0 0.50 0.58 0.07
HSL 8.26º 0.79% 0.66% -
HSV(B) 8.26º 0.58% 0.93% -
XYZ 43.66 31.86 15.65 -
YUV 151.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 237 118 99 0 0.50 0.58 0.07 8.26 0.79 0.66
Hex ED 76 63 0 32 3A 7 8 4F 42
Octal 355 166 143 0 62 72 7 10 117 102
Binary 11101101 1110110 1100011 0 110010 111010 111 1000 1001111 1000010

Color Harmonies of #ED7663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7663

Black with #ED7663

Text Example


Text Example

White with #ED7663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7663; }

 p { color: rgb(237,118,99); }

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

background-color css

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

 a { background-color: rgb(237,118,99); }

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

border-color css

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

 span { border-color: rgb(237,118,99); }

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