Html Css Color HEX #ED8475 Geraldine

📋 copy color: '#ED8475'

red 237 ◦ green 132 ◦ blue 117

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

Shades of Geraldine #ED8475

Tints of Geraldine #ED8475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 48.77%
G = 27.16%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED8475 (or 0xED8475) is known color: Geraldine. HEX triplet: ED, 84 and 75. RGB value is (237,132,117). Sum of RGB (Red+Green+Blue) = 237+132+117=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8475 is #127B8A. Grayscale: #A1A1A1. Windows color (decimal): -1211275 or 7701741. OLE color: 7701741.

HSL color Cylindrical-coordinate representation of color #ED8475: hue angle of 7.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8475 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 117 -
CMYK 0 0.44 0.51 0.07
HSL 7.5º 0.77% 0.69% -
HSV(B) 7.5º 0.51% 0.93% -
XYZ 46.39 35.79 21.29 -
YUV 161.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 237 132 117 0 0.44 0.51 0.07 7.5 0.77 0.69
Hex ED 84 75 0 2C 33 7 8 4D 45
Octal 355 204 165 0 54 63 7 10 115 105
Binary 11101101 10000100 1110101 0 101100 110011 111 1000 1001101 1000101

Color Harmonies of #ED8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8475

Black with #ED8475

Text Example


Text Example

White with #ED8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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