Html Css Color HEX #EE7D6E Geraldine

📋 copy color: '#EE7D6E'

red 238 ◦ green 125 ◦ blue 110

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

Shades of Geraldine #EE7D6E

Tints of Geraldine #EE7D6E

RGB

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

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

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

R = 50.32%
G = 26.43%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE7D6E (or 0xEE7D6E) is known color: Geraldine. HEX triplet: EE, 7D and 6E. RGB value is (238,125,110). Sum of RGB (Red+Green+Blue) = 238+125+110=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D6E is #118291. Grayscale: #9D9D9D. Windows color (decimal): -1147538 or 7241198. OLE color: 7241198.

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

Color convert

RGB 238 125 110 -
CMYK 0 0.47 0.54 0.07
HSL 7.03º 0.79% 0.68% -
HSV(B) 7.03º 0.54% 0.93% -
XYZ 45.41 33.97 18.92 -
YUV 157.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 238 125 110 0 0.47 0.54 0.07 7.03 0.79 0.68
Hex EE 7D 6E 0 2F 36 7 7 4F 44
Octal 356 175 156 0 57 66 7 7 117 104
Binary 11101110 1111101 1101110 0 101111 110110 111 111 1001111 1000100

Color Harmonies of #EE7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D6E

Black with #EE7D6E

Text Example


Text Example

White with #EE7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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