Html Css Color HEX #ED7A65 Terra Cotta

📋 copy color: '#ED7A65'

red 237 ◦ green 122 ◦ blue 101

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

Shades of Terra Cotta #ED7A65

Tints of Terra Cotta #ED7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 51.52%
G = 26.52%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7A65 (or 0xED7A65) is known color: Terra Cotta. HEX triplet: ED, 7A and 65. RGB value is (237,122,101). Sum of RGB (Red+Green+Blue) = 237+122+101=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A65 is #12859A. Grayscale: #9A9A9A. Windows color (decimal): -1213851 or 6650605. OLE color: 6650605.

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

Color convert

RGB 237 122 101 -
CMYK 0 0.49 0.57 0.07
HSL 9.26º 0.79% 0.66% -
HSV(B) 9.26º 0.57% 0.93% -
XYZ 44.23 32.86 16.32 -
YUV 153.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 237 122 101 0 0.49 0.57 0.07 9.26 0.79 0.66
Hex ED 7A 65 0 31 39 7 9 4F 42
Octal 355 172 145 0 61 71 7 11 117 102
Binary 11101101 1111010 1100101 0 110001 111001 111 1001 1001111 1000010

Color Harmonies of #ED7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A65

Black with #ED7A65

Text Example


Text Example

White with #ED7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A65; }

 p { color: rgb(237,122,101); }

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

background-color css

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

 a { background-color: rgb(237,122,101); }

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

border-color css

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

 span { border-color: rgb(237,122,101); }

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