Html Css Color HEX #EE706C Geraldine

📋 copy color: '#EE706C'

red 238 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #EE706C

Tints of Geraldine #EE706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 51.97%
G = 24.45%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE706C (or 0xEE706C) is known color: Geraldine. HEX triplet: EE, 70 and 6C. RGB value is (238,112,108). Sum of RGB (Red+Green+Blue) = 238+112+108=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE706C is #118F93. Grayscale: #959595. Windows color (decimal): -1150868 or 7106798. OLE color: 7106798.

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

Color convert

RGB 238 112 108 -
CMYK 0 0.53 0.55 0.07
HSL 1.85º 0.79% 0.68% -
HSV(B) 1.85º 0.55% 0.93% -
XYZ 43.76 30.85 17.84 -
YUV 149.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 238 112 108 0 0.53 0.55 0.07 1.85 0.79 0.68
Hex EE 70 6C 0 35 37 7 2 4F 44
Octal 356 160 154 0 65 67 7 2 117 104
Binary 11101110 1110000 1101100 0 110101 110111 111 10 1001111 1000100

Color Harmonies of #EE706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE706C

Black with #EE706C

Text Example


Text Example

White with #EE706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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