Html Css Color HEX #EF7262 Terra Cotta

📋 copy color: '#EF7262'

red 239 ◦ green 114 ◦ blue 98

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

Shades of Terra Cotta #EF7262

Tints of Terra Cotta #EF7262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 52.99%
G = 25.28%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF7262 (or 0xEF7262) is known color: Terra Cotta. HEX triplet: EF, 72 and 62. RGB value is (239,114,98). Sum of RGB (Red+Green+Blue) = 239+114+98=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7262 is #108D9D. Grayscale: #959595. Windows color (decimal): -1084830 or 6451951. OLE color: 6451951.

HSL color Cylindrical-coordinate representation of color #EF7262: hue angle of 6.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF7262 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 98 -
CMYK 0 0.52 0.59 0.06
HSL 6.81º 0.82% 0.66% -
HSV(B) 6.81º 0.59% 0.94% -
XYZ 43.82 31.27 15.28 -
YUV 149.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 239 114 98 0 0.52 0.59 0.06 6.81 0.82 0.66
Hex EF 72 62 0 34 3B 6 7 52 42
Octal 357 162 142 0 64 73 6 7 122 102
Binary 11101111 1110010 1100010 0 110100 111011 110 111 1010010 1000010

Color Harmonies of #EF7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7262

Black with #EF7262

Text Example


Text Example

White with #EF7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7262; }

 p { color: rgb(239,114,98); }

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

background-color css

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

 a { background-color: rgb(239,114,98); }

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

border-color css

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

 span { border-color: rgb(239,114,98); }

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