Html Css Color HEX #EE7669 Geraldine

📋 copy color: '#EE7669'

red 238 ◦ green 118 ◦ blue 105

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

Shades of Geraldine #EE7669

Tints of Geraldine #EE7669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 51.63%
G = 25.6%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE7669 (or 0xEE7669) is known color: Geraldine. HEX triplet: EE, 76 and 69. RGB value is (238,118,105). Sum of RGB (Red+Green+Blue) = 238+118+105=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7669 is #118996. Grayscale: #989898. Windows color (decimal): -1149335 or 6911726. OLE color: 6911726.

HSL color Cylindrical-coordinate representation of color #EE7669: hue angle of 5.86º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7669 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 105 -
CMYK 0 0.50 0.56 0.07
HSL 5.86º 0.8% 0.67% -
HSV(B) 5.86º 0.56% 0.93% -
XYZ 44.29 32.15 17.24 -
YUV 152.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 238 118 105 0 0.50 0.56 0.07 5.86 0.8 0.67
Hex EE 76 69 0 32 38 7 6 50 43
Octal 356 166 151 0 62 70 7 6 120 103
Binary 11101110 1110110 1101001 0 110010 111000 111 110 1010000 1000011

Color Harmonies of #EE7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7669

Black with #EE7669

Text Example


Text Example

White with #EE7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7669; }

 p { color: rgb(238,118,105); }

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

background-color css

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

 a { background-color: rgb(238,118,105); }

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

border-color css

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

 span { border-color: rgb(238,118,105); }

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