Html Css Color HEX #EC8069 Geraldine

📋 copy color: '#EC8069'

red 236 ◦ green 128 ◦ blue 105

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

Shades of Geraldine #EC8069

Tints of Geraldine #EC8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

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

R = 50.32%
G = 27.29%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8069 (or 0xEC8069) is known color: Geraldine. HEX triplet: EC, 80 and 69. RGB value is (236,128,105). Sum of RGB (Red+Green+Blue) = 236+128+105=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8069 is #137F96. Grayscale: #9D9D9D. Windows color (decimal): -1277847 or 6914284. OLE color: 6914284.

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

Color convert

RGB 236 128 105 -
CMYK 0 0.46 0.56 0.07
HSL 10.53º 0.78% 0.67% -
HSV(B) 10.53º 0.56% 0.93% -
XYZ 44.86 34.29 17.62 -
YUV 157.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 236 128 105 0 0.46 0.56 0.07 10.53 0.78 0.67
Hex EC 80 69 0 2E 38 7 B 4E 43
Octal 354 200 151 0 56 70 7 13 116 103
Binary 11101100 10000000 1101001 0 101110 111000 111 1011 1001110 1000011

Color Harmonies of #EC8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8069

Black with #EC8069

Text Example


Text Example

White with #EC8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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