Html Css Color HEX #EF706E Geraldine

📋 copy color: '#EF706E'

red 239 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #EF706E

Tints of Geraldine #EF706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 51.84%
G = 24.3%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF706E (or 0xEF706E) is known color: Geraldine. HEX triplet: EF, 70 and 6E. RGB value is (239,112,110). Sum of RGB (Red+Green+Blue) = 239+112+110=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706E is #108F91. Grayscale: #959595. Windows color (decimal): -1085330 or 7237871. OLE color: 7237871.

HSL color Cylindrical-coordinate representation of color #EF706E: hue angle of 0.93º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF706E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 110 -
CMYK 0 0.53 0.54 0.06
HSL 0.93º 0.8% 0.68% -
HSV(B) 0.93º 0.54% 0.94% -
XYZ 44.21 31.06 18.42 -
YUV 149.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 239 112 110 0 0.53 0.54 0.06 0.93 0.8 0.68
Hex EF 70 6E 0 35 36 6 1 50 44
Octal 357 160 156 0 65 66 6 1 120 104
Binary 11101111 1110000 1101110 0 110101 110110 110 1 1010000 1000100

Color Harmonies of #EF706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF706E

Black with #EF706E

Text Example


Text Example

White with #EF706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF706E; }

 p { color: rgb(239,112,110); }

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

background-color css

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

 a { background-color: rgb(239,112,110); }

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

border-color css

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

 span { border-color: rgb(239,112,110); }

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