Html Css Color HEX #ED8270 Geraldine

📋 copy color: '#ED8270'

red 237 ◦ green 130 ◦ blue 112

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

Shades of Geraldine #ED8270

Tints of Geraldine #ED8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 49.48%
G = 27.14%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED8270 (or 0xED8270) is known color: Geraldine. HEX triplet: ED, 82 and 70. RGB value is (237,130,112). Sum of RGB (Red+Green+Blue) = 237+130+112=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8270 is #127D8F. Grayscale: #A0A0A0. Windows color (decimal): -1211792 or 7373549. OLE color: 7373549.

HSL color Cylindrical-coordinate representation of color #ED8270: hue angle of 8.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8270 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 112 -
CMYK 0 0.45 0.53 0.07
HSL 8.64º 0.78% 0.68% -
HSV(B) 8.64º 0.53% 0.93% -
XYZ 45.83 35.14 19.7 -
YUV 159.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 237 130 112 0 0.45 0.53 0.07 8.64 0.78 0.68
Hex ED 82 70 0 2D 35 7 9 4E 44
Octal 355 202 160 0 55 65 7 11 116 104
Binary 11101101 10000010 1110000 0 101101 110101 111 1001 1001110 1000100

Color Harmonies of #ED8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8270

Black with #ED8270

Text Example


Text Example

White with #ED8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8270; }

 p { color: rgb(237,130,112); }

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

background-color css

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

 a { background-color: rgb(237,130,112); }

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

border-color css

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

 span { border-color: rgb(237,130,112); }

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