Html Css Color HEX #EF706F Geraldine

📋 copy color: '#EF706F'

red 239 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #EF706F

Tints of Geraldine #EF706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 51.73%
G = 24.24%
B = 24.03%

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

#EF706F (or 0xEF706F) is known color: Geraldine. HEX triplet: EF, 70 and 6F. RGB value is (239,112,111). Sum of RGB (Red+Green+Blue) = 239+112+111=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706F is #108F90. Grayscale: #959595. Windows color (decimal): -1085329 or 7303407. OLE color: 7303407.

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

Color convert

RGB 239 112 111 -
CMYK 0 0.53 0.54 0.06
HSL 0.47º 0.8% 0.69% -
HSV(B) 0.47º 0.54% 0.94% -
XYZ 44.26 31.09 18.71 -
YUV 149.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 239 112 111 0 0.53 0.54 0.06 0.47 0.8 0.69
Hex EF 70 6F 0 35 36 6 0 50 45
Octal 357 160 157 0 65 66 6 0 120 105
Binary 11101111 1110000 1101111 0 110101 110110 110 0 1010000 1000101

Color Harmonies of #EF706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF706F

Black with #EF706F

Text Example


Text Example

White with #EF706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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