Html Css Color HEX #EE706F Geraldine

📋 copy color: '#EE706F'

red 238 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #EE706F

Tints of Geraldine #EE706F

RGB

 RED value IS 238 (93.36% from 255) = 51.63%

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

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

R = 51.63%
G = 24.3%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE706F (or 0xEE706F) is known color: Geraldine. HEX triplet: EE, 70 and 6F. RGB value is (238,112,111). Sum of RGB (Red+Green+Blue) = 238+112+111=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE706F is #118F90. Grayscale: #959595. Windows color (decimal): -1150865 or 7303406. OLE color: 7303406.

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

Color convert

RGB 238 112 111 -
CMYK 0 0.53 0.53 0.07
HSL 0.47º 0.79% 0.68% -
HSV(B) 0.47º 0.53% 0.93% -
XYZ 43.92 30.91 18.69 -
YUV 149.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 238 112 111 0 0.53 0.53 0.07 0.47 0.79 0.68
Hex EE 70 6F 0 35 35 7 0 4F 44
Octal 356 160 157 0 65 65 7 0 117 104
Binary 11101110 1110000 1101111 0 110101 110101 111 0 1001111 1000100

Color Harmonies of #EE706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE706F

Black with #EE706F

Text Example


Text Example

White with #EE706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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