Html Css Color HEX #ED8073 Geraldine

📋 copy color: '#ED8073'

red 237 ◦ green 128 ◦ blue 115

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

Shades of Geraldine #ED8073

Tints of Geraldine #ED8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 49.38%
G = 26.67%
B = 23.96%

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

#ED8073 (or 0xED8073) is known color: Geraldine. HEX triplet: ED, 80 and 73. RGB value is (237,128,115). Sum of RGB (Red+Green+Blue) = 237+128+115=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8073 is #127F8C. Grayscale: #9F9F9F. Windows color (decimal): -1212301 or 7569645. OLE color: 7569645.

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

Color convert

RGB 237 128 115 -
CMYK 0 0.46 0.51 0.07
HSL 6.39º 0.77% 0.69% -
HSV(B) 6.39º 0.51% 0.93% -
XYZ 45.74 34.68 20.5 -
YUV 159.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 237 128 115 0 0.46 0.51 0.07 6.39 0.77 0.69
Hex ED 80 73 0 2E 33 7 6 4D 45
Octal 355 200 163 0 56 63 7 6 115 105
Binary 11101101 10000000 1110011 0 101110 110011 111 110 1001101 1000101

Color Harmonies of #ED8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8073

Black with #ED8073

Text Example


Text Example

White with #ED8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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