Html Css Color HEX #ED7B65 Terra Cotta

📋 copy color: '#ED7B65'

red 237 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #ED7B65

Tints of Terra Cotta #ED7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 51.41%
G = 26.68%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7B65 (or 0xED7B65) is known color: Terra Cotta. HEX triplet: ED, 7B and 65. RGB value is (237,123,101). Sum of RGB (Red+Green+Blue) = 237+123+101=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B65 is #12849A. Grayscale: #9A9A9A. Windows color (decimal): -1213595 or 6650861. OLE color: 6650861.

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

Color convert

RGB 237 123 101 -
CMYK 0 0.48 0.57 0.07
HSL 9.71º 0.79% 0.66% -
HSV(B) 9.71º 0.57% 0.93% -
XYZ 44.36 33.11 16.36 -
YUV 154.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 237 123 101 0 0.48 0.57 0.07 9.71 0.79 0.66
Hex ED 7B 65 0 30 39 7 A 4F 42
Octal 355 173 145 0 60 71 7 12 117 102
Binary 11101101 1111011 1100101 0 110000 111001 111 1010 1001111 1000010

Color Harmonies of #ED7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B65

Black with #ED7B65

Text Example


Text Example

White with #ED7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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