Html Css Color HEX #ED7D62 Terra Cotta

📋 copy color: '#ED7D62'

red 237 ◦ green 125 ◦ blue 98

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

Shades of Terra Cotta #ED7D62

Tints of Terra Cotta #ED7D62

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 98 (38.67% from 255) = 21.3%

R = 51.52%
G = 27.17%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7D62 (or 0xED7D62) is known color: Terra Cotta. HEX triplet: ED, 7D and 62. RGB value is (237,125,98). Sum of RGB (Red+Green+Blue) = 237+125+98=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D62 is #12829D. Grayscale: #9B9B9B. Windows color (decimal): -1213086 or 6454765. OLE color: 6454765.

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

Color convert

RGB 237 125 98 -
CMYK 0 0.47 0.59 0.07
HSL 11.65º 0.79% 0.66% -
HSV(B) 11.65º 0.59% 0.93% -
XYZ 44.46 33.55 15.69 -
YUV 155.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 237 125 98 0 0.47 0.59 0.07 11.65 0.79 0.66
Hex ED 7D 62 0 2F 3B 7 C 4F 42
Octal 355 175 142 0 57 73 7 14 117 102
Binary 11101101 1111101 1100010 0 101111 111011 111 1100 1001111 1000010

Color Harmonies of #ED7D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D62

Black with #ED7D62

Text Example


Text Example

White with #ED7D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D62; }

 p { color: rgb(237,125,98); }

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

background-color css

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

 a { background-color: rgb(237,125,98); }

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

border-color css

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

 span { border-color: rgb(237,125,98); }

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