Html Css Color HEX #ED806C Geraldine

📋 copy color: '#ED806C'

red 237 ◦ green 128 ◦ blue 108

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

Shades of Geraldine #ED806C

Tints of Geraldine #ED806C

RGB

 RED value IS 237 (92.97% from 255) = 50.11%

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

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 50.11%
G = 27.06%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED806C (or 0xED806C) is known color: Geraldine. HEX triplet: ED, 80 and 6C. RGB value is (237,128,108). Sum of RGB (Red+Green+Blue) = 237+128+108=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED806C is #127F93. Grayscale: #9E9E9E. Windows color (decimal): -1212308 or 7110893. OLE color: 7110893.

HSL color Cylindrical-coordinate representation of color #ED806C: hue angle of 9.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED806C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 108 -
CMYK 0 0.46 0.54 0.07
HSL 9.3º 0.78% 0.68% -
HSV(B) 9.3º 0.54% 0.93% -
XYZ 45.35 34.53 18.46 -
YUV 158.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 237 128 108 0 0.46 0.54 0.07 9.3 0.78 0.68
Hex ED 80 6C 0 2E 36 7 9 4E 44
Octal 355 200 154 0 56 66 7 11 116 104
Binary 11101101 10000000 1101100 0 101110 110110 111 1001 1001110 1000100

Color Harmonies of #ED806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED806C

Black with #ED806C

Text Example


Text Example

White with #ED806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED806C; }

 p { color: rgb(237,128,108); }

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

background-color css

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

 a { background-color: rgb(237,128,108); }

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

border-color css

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

 span { border-color: rgb(237,128,108); }

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