Html Css Color HEX #ED8075 Geraldine

📋 copy color: '#ED8075'

red 237 ◦ green 128 ◦ blue 117

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

Shades of Geraldine #ED8075

Tints of Geraldine #ED8075

RGB

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

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

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

R = 49.17%
G = 26.56%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED8075 (or 0xED8075) is known color: Geraldine. HEX triplet: ED, 80 and 75. RGB value is (237,128,117). Sum of RGB (Red+Green+Blue) = 237+128+117=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8075 is #127F8A. Grayscale: #9F9F9F. Windows color (decimal): -1212299 or 7700717. OLE color: 7700717.

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

Color convert

RGB 237 128 117 -
CMYK 0 0.46 0.51 0.07
HSL 5.5º 0.77% 0.69% -
HSV(B) 5.5º 0.51% 0.93% -
XYZ 45.86 34.73 21.12 -
YUV 159.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 237 128 117 0 0.46 0.51 0.07 5.5 0.77 0.69
Hex ED 80 75 0 2E 33 7 6 4D 45
Octal 355 200 165 0 56 63 7 6 115 105
Binary 11101101 10000000 1110101 0 101110 110011 111 110 1001101 1000101

Color Harmonies of #ED8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8075

Black with #ED8075

Text Example


Text Example

White with #ED8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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