Html Css Color HEX #EE776A Geraldine

📋 copy color: '#EE776A'

red 238 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #EE776A

Tints of Geraldine #EE776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 51.4%
G = 25.7%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE776A (or 0xEE776A) is known color: Geraldine. HEX triplet: EE, 77 and 6A. RGB value is (238,119,106). Sum of RGB (Red+Green+Blue) = 238+119+106=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE776A is #118895. Grayscale: #999999. Windows color (decimal): -1149078 or 6977518. OLE color: 6977518.

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

Color convert

RGB 238 119 106 -
CMYK 0 0.50 0.55 0.07
HSL 5.91º 0.8% 0.67% -
HSV(B) 5.91º 0.55% 0.93% -
XYZ 44.46 32.41 17.55 -
YUV 153.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 238 119 106 0 0.50 0.55 0.07 5.91 0.8 0.67
Hex EE 77 6A 0 32 37 7 6 50 43
Octal 356 167 152 0 62 67 7 6 120 103
Binary 11101110 1110111 1101010 0 110010 110111 111 110 1010000 1000011

Color Harmonies of #EE776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE776A

Black with #EE776A

Text Example


Text Example

White with #EE776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE776A; }

 p { color: rgb(238,119,106); }

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

background-color css

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

 a { background-color: rgb(238,119,106); }

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

border-color css

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

 span { border-color: rgb(238,119,106); }

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