Html Css Color HEX #ED8072 Geraldine

📋 copy color: '#ED8072'

red 237 ◦ green 128 ◦ blue 114

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

Shades of Geraldine #ED8072

Tints of Geraldine #ED8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 49.48%
G = 26.72%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8072 (or 0xED8072) is known color: Geraldine. HEX triplet: ED, 80 and 72. RGB value is (237,128,114). Sum of RGB (Red+Green+Blue) = 237+128+114=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8072 is #127F8D. Grayscale: #9F9F9F. Windows color (decimal): -1212302 or 7504109. OLE color: 7504109.

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

Color convert

RGB 237 128 114 -
CMYK 0 0.46 0.52 0.07
HSL 6.83º 0.77% 0.69% -
HSV(B) 6.83º 0.52% 0.93% -
XYZ 45.68 34.66 20.2 -
YUV 159 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 237 128 114 0 0.46 0.52 0.07 6.83 0.77 0.69
Hex ED 80 72 0 2E 34 7 7 4D 45
Octal 355 200 162 0 56 64 7 7 115 105
Binary 11101101 10000000 1110010 0 101110 110100 111 111 1001101 1000101

Color Harmonies of #ED8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8072

Black with #ED8072

Text Example


Text Example

White with #ED8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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