Html Css Color HEX #EC7969 Geraldine

📋 copy color: '#EC7969'

red 236 ◦ green 121 ◦ blue 105

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

Shades of Geraldine #EC7969

Tints of Geraldine #EC7969

RGB

 RED value IS 236 (92.58% from 255) = 51.08%

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

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

R = 51.08%
G = 26.19%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7969 (or 0xEC7969) is known color: Geraldine. HEX triplet: EC, 79 and 69. RGB value is (236,121,105). Sum of RGB (Red+Green+Blue) = 236+121+105=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7969 is #138696. Grayscale: #999999. Windows color (decimal): -1279639 or 6912492. OLE color: 6912492.

HSL color Cylindrical-coordinate representation of color #EC7969: hue angle of 7.33º degrees, saturation: 0.78, 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 #EC7969 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 121 105 -
CMYK 0 0.49 0.56 0.07
HSL 7.33º 0.78% 0.67% -
HSV(B) 7.33º 0.56% 0.93% -
XYZ 43.98 32.53 17.33 -
YUV 153.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 236 121 105 0 0.49 0.56 0.07 7.33 0.78 0.67
Hex EC 79 69 0 31 38 7 7 4E 43
Octal 354 171 151 0 61 70 7 7 116 103
Binary 11101100 1111001 1101001 0 110001 111000 111 111 1001110 1000011

Color Harmonies of #EC7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7969

Black with #EC7969

Text Example


Text Example

White with #EC7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7969; }

 p { color: rgb(236,121,105); }

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

background-color css

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

 a { background-color: rgb(236,121,105); }

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

border-color css

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

 span { border-color: rgb(236,121,105); }

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