Html Css Color HEX #EC8068 Geraldine

📋 copy color: '#EC8068'

red 236 ◦ green 128 ◦ blue 104

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

Shades of Geraldine #EC8068

Tints of Geraldine #EC8068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 50.43%
G = 27.35%
B = 22.22%

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

#EC8068 (or 0xEC8068) is known color: Geraldine. HEX triplet: EC, 80 and 68. RGB value is (236,128,104). Sum of RGB (Red+Green+Blue) = 236+128+104=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8068 is #137F97. Grayscale: #9D9D9D. Windows color (decimal): -1277848 or 6848748. OLE color: 6848748.

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

Color convert

RGB 236 128 104 -
CMYK 0 0.46 0.56 0.07
HSL 10.91º 0.78% 0.67% -
HSV(B) 10.91º 0.56% 0.93% -
XYZ 44.81 34.27 17.35 -
YUV 157.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 236 128 104 0 0.46 0.56 0.07 10.91 0.78 0.67
Hex EC 80 68 0 2E 38 7 B 4E 43
Octal 354 200 150 0 56 70 7 13 116 103
Binary 11101100 10000000 1101000 0 101110 111000 111 1011 1001110 1000011

Color Harmonies of #EC8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8068

Black with #EC8068

Text Example


Text Example

White with #EC8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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