Html Css Color HEX #EC7869 Geraldine

📋 copy color: '#EC7869'

red 236 ◦ green 120 ◦ blue 105

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

Shades of Geraldine #EC7869

Tints of Geraldine #EC7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 51.19%
G = 26.03%
B = 22.78%

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

#EC7869 (or 0xEC7869) is known color: Geraldine. HEX triplet: EC, 78 and 69. RGB value is (236,120,105). Sum of RGB (Red+Green+Blue) = 236+120+105=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7869 is #138796. Grayscale: #999999. Windows color (decimal): -1279895 or 6912236. OLE color: 6912236.

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

Color convert

RGB 236 120 105 -
CMYK 0 0.49 0.56 0.07
HSL 6.87º 0.78% 0.67% -
HSV(B) 6.87º 0.56% 0.93% -
XYZ 43.86 32.29 17.28 -
YUV 152.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 236 120 105 0 0.49 0.56 0.07 6.87 0.78 0.67
Hex EC 78 69 0 31 38 7 7 4E 43
Octal 354 170 151 0 61 70 7 7 116 103
Binary 11101100 1111000 1101001 0 110001 111000 111 111 1001110 1000011

Color Harmonies of #EC7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7869

Black with #EC7869

Text Example


Text Example

White with #EC7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7869; }

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

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

background-color css

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

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

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

border-color css

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

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

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