Html Css Color HEX #EE7D6C Geraldine

📋 copy color: '#EE7D6C'

red 238 ◦ green 125 ◦ blue 108

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

Shades of Geraldine #EE7D6C

Tints of Geraldine #EE7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 50.53%
G = 26.54%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE7D6C (or 0xEE7D6C) is known color: Geraldine. HEX triplet: EE, 7D and 6C. RGB value is (238,125,108). Sum of RGB (Red+Green+Blue) = 238+125+108=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D6C is #118293. Grayscale: #9D9D9D. Windows color (decimal): -1147540 or 7110126. OLE color: 7110126.

HSL color Cylindrical-coordinate representation of color #EE7D6C: hue angle of 7.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 #EE7D6C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 125 108 -
CMYK 0 0.47 0.55 0.07
HSL 7.85º 0.79% 0.68% -
HSV(B) 7.85º 0.55% 0.93% -
XYZ 45.3 33.93 18.35 -
YUV 156.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 238 125 108 0 0.47 0.55 0.07 7.85 0.79 0.68
Hex EE 7D 6C 0 2F 37 7 8 4F 44
Octal 356 175 154 0 57 67 7 10 117 104
Binary 11101110 1111101 1101100 0 101111 110111 111 1000 1001111 1000100

Color Harmonies of #EE7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D6C

Black with #EE7D6C

Text Example


Text Example

White with #EE7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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