Html Css Color HEX #ED8076 Geraldine

📋 copy color: '#ED8076'

red 237 ◦ green 128 ◦ blue 118

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

Shades of Geraldine #ED8076

Tints of Geraldine #ED8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 49.07%
G = 26.5%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED8076 (or 0xED8076) is known color: Geraldine. HEX triplet: ED, 80 and 76. RGB value is (237,128,118). Sum of RGB (Red+Green+Blue) = 237+128+118=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8076 is #127F89. Grayscale: #9F9F9F. Windows color (decimal): -1212298 or 7766253. OLE color: 7766253.

HSL color Cylindrical-coordinate representation of color #ED8076: hue angle of 5.04º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED8076 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 118 -
CMYK 0 0.46 0.50 0.07
HSL 5.04º 0.77% 0.7% -
HSV(B) 5.04º 0.5% 0.93% -
XYZ 45.91 34.75 21.43 -
YUV 159.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 237 128 118 0 0.46 0.50 0.07 5.04 0.77 0.7
Hex ED 80 76 0 2E 32 7 5 4D 46
Octal 355 200 166 0 56 62 7 5 115 106
Binary 11101101 10000000 1110110 0 101110 110010 111 101 1001101 1000110

Color Harmonies of #ED8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8076

Black with #ED8076

Text Example


Text Example

White with #ED8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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