Html Css Color HEX #ED8574 Geraldine

📋 copy color: '#ED8574'

red 237 ◦ green 133 ◦ blue 116

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

Shades of Geraldine #ED8574

Tints of Geraldine #ED8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 48.77%
G = 27.37%
B = 23.87%

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

#ED8574 (or 0xED8574) is known color: Geraldine. HEX triplet: ED, 85 and 74. RGB value is (237,133,116). Sum of RGB (Red+Green+Blue) = 237+133+116=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8574 is #127A8B. Grayscale: #A2A2A2. Windows color (decimal): -1211020 or 7636461. OLE color: 7636461.

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

Color convert

RGB 237 133 116 -
CMYK 0 0.44 0.51 0.07
HSL 8.43º 0.77% 0.69% -
HSV(B) 8.43º 0.51% 0.93% -
XYZ 46.46 36.04 21.03 -
YUV 162.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 237 133 116 0 0.44 0.51 0.07 8.43 0.77 0.69
Hex ED 85 74 0 2C 33 7 8 4D 45
Octal 355 205 164 0 54 63 7 10 115 105
Binary 11101101 10000101 1110100 0 101100 110011 111 1000 1001101 1000101

Color Harmonies of #ED8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8574

Black with #ED8574

Text Example


Text Example

White with #ED8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8574; }

 p { color: rgb(237,133,116); }

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

background-color css

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

 a { background-color: rgb(237,133,116); }

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

border-color css

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

 span { border-color: rgb(237,133,116); }

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