Html Css Color HEX #EE7967 Geraldine

📋 copy color: '#EE7967'

red 238 ◦ green 121 ◦ blue 103

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

Shades of Geraldine #EE7967

Tints of Geraldine #EE7967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 51.52%
G = 26.19%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EE7967 (or 0xEE7967) is known color: Geraldine. HEX triplet: EE, 79 and 67. RGB value is (238,121,103). Sum of RGB (Red+Green+Blue) = 238+121+103=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7967 is #118698. Grayscale: #9A9A9A. Windows color (decimal): -1148569 or 6781422. OLE color: 6781422.

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

Color convert

RGB 238 121 103 -
CMYK 0 0.49 0.57 0.07
HSL 0.8% 0.67% -
HSV(B) 0.57% 0.93% -
XYZ 44.55 32.83 16.82 -
YUV 153.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 238 121 103 0 0.49 0.57 0.07 8 0.8 0.67
Hex EE 79 67 0 31 39 7 8 50 43
Octal 356 171 147 0 61 71 7 10 120 103
Binary 11101110 1111001 1100111 0 110001 111001 111 1000 1010000 1000011

Color Harmonies of #EE7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7967

Black with #EE7967

Text Example


Text Example

White with #EE7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7967; }

 p { color: rgb(238,121,103); }

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

background-color css

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

 a { background-color: rgb(238,121,103); }

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

border-color css

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

 span { border-color: rgb(238,121,103); }

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