Html Css Color HEX #ED8476 Geraldine

📋 copy color: '#ED8476'

red 237 ◦ green 132 ◦ blue 118

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

Shades of Geraldine #ED8476

Tints of Geraldine #ED8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

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

R = 48.67%
G = 27.1%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED8476 (or 0xED8476) is known color: Geraldine. HEX triplet: ED, 84 and 76. RGB value is (237,132,118). Sum of RGB (Red+Green+Blue) = 237+132+118=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8476 is #127B89. Grayscale: #A1A1A1. Windows color (decimal): -1211274 or 7767277. OLE color: 7767277.

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

Color convert

RGB 237 132 118 -
CMYK 0 0.44 0.50 0.07
HSL 7.06º 0.77% 0.7% -
HSV(B) 7.06º 0.5% 0.93% -
XYZ 46.45 35.82 21.6 -
YUV 161.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 237 132 118 0 0.44 0.50 0.07 7.06 0.77 0.7
Hex ED 84 76 0 2C 32 7 7 4D 46
Octal 355 204 166 0 54 62 7 7 115 106
Binary 11101101 10000100 1110110 0 101100 110010 111 111 1001101 1000110

Color Harmonies of #ED8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8476

Black with #ED8476

Text Example


Text Example

White with #ED8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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