Html Css Color HEX #EF7565 Terra Cotta

📋 copy color: '#EF7565'

red 239 ◦ green 117 ◦ blue 101

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

Shades of Terra Cotta #EF7565

Tints of Terra Cotta #EF7565

RGB

 RED value IS 239 (93.75% from 255) = 52.3%

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 52.3%
G = 25.6%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7565 (or 0xEF7565) is known color: Terra Cotta. HEX triplet: EF, 75 and 65. RGB value is (239,117,101). Sum of RGB (Red+Green+Blue) = 239+117+101=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7565 is #108A9A. Grayscale: #979797. Windows color (decimal): -1084059 or 6649327. OLE color: 6649327.

HSL color Cylindrical-coordinate representation of color #EF7565: hue angle of 6.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7565 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 117 101 -
CMYK 0 0.51 0.58 0.06
HSL 6.96º 0.81% 0.67% -
HSV(B) 6.96º 0.58% 0.94% -
XYZ 44.31 32.01 16.16 -
YUV 151.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 239 117 101 0 0.51 0.58 0.06 6.96 0.81 0.67
Hex EF 75 65 0 33 3A 6 7 51 43
Octal 357 165 145 0 63 72 6 7 121 103
Binary 11101111 1110101 1100101 0 110011 111010 110 111 1010001 1000011

Color Harmonies of #EF7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7565

Black with #EF7565

Text Example


Text Example

White with #EF7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7565; }

 p { color: rgb(239,117,101); }

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

background-color css

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

 a { background-color: rgb(239,117,101); }

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

border-color css

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

 span { border-color: rgb(239,117,101); }

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