Html Css Color HEX #EE706E Geraldine

📋 copy color: '#EE706E'

red 238 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #EE706E

Tints of Geraldine #EE706E

RGB

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

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

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

R = 51.74%
G = 24.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE706E (or 0xEE706E) is known color: Geraldine. HEX triplet: EE, 70 and 6E. RGB value is (238,112,110). Sum of RGB (Red+Green+Blue) = 238+112+110=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE706E is #118F91. Grayscale: #959595. Windows color (decimal): -1150866 or 7237870. OLE color: 7237870.

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

Color convert

RGB 238 112 110 -
CMYK 0 0.53 0.54 0.07
HSL 0.94º 0.79% 0.68% -
HSV(B) 0.94º 0.54% 0.93% -
XYZ 43.87 30.89 18.4 -
YUV 149.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 238 112 110 0 0.53 0.54 0.07 0.94 0.79 0.68
Hex EE 70 6E 0 35 36 7 1 4F 44
Octal 356 160 156 0 65 66 7 1 117 104
Binary 11101110 1110000 1101110 0 110101 110110 111 1 1001111 1000100

Color Harmonies of #EE706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE706E

Black with #EE706E

Text Example


Text Example

White with #EE706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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