Html Css Color HEX #ED826F Geraldine

📋 copy color: '#ED826F'

red 237 ◦ green 130 ◦ blue 111

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

Shades of Geraldine #ED826F

Tints of Geraldine #ED826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 49.58%
G = 27.2%
B = 23.22%

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

#ED826F (or 0xED826F) is known color: Geraldine. HEX triplet: ED, 82 and 6F. RGB value is (237,130,111). Sum of RGB (Red+Green+Blue) = 237+130+111=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED826F is #127D90. Grayscale: #A0A0A0. Windows color (decimal): -1211793 or 7308013. OLE color: 7308013.

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

Color convert

RGB 237 130 111 -
CMYK 0 0.45 0.53 0.07
HSL 9.05º 0.78% 0.68% -
HSV(B) 9.05º 0.53% 0.93% -
XYZ 45.78 35.12 19.4 -
YUV 159.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 237 130 111 0 0.45 0.53 0.07 9.05 0.78 0.68
Hex ED 82 6F 0 2D 35 7 9 4E 44
Octal 355 202 157 0 55 65 7 11 116 104
Binary 11101101 10000010 1101111 0 101101 110101 111 1001 1001110 1000100

Color Harmonies of #ED826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED826F

Black with #ED826F

Text Example


Text Example

White with #ED826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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