Html Css Color HEX #ED786F Geraldine

📋 copy color: '#ED786F'

red 237 ◦ green 120 ◦ blue 111

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

Shades of Geraldine #ED786F

Tints of Geraldine #ED786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

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

R = 50.64%
G = 25.64%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED786F (or 0xED786F) is known color: Geraldine. HEX triplet: ED, 78 and 6F. RGB value is (237,120,111). Sum of RGB (Red+Green+Blue) = 237+120+111=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED786F is #128790. Grayscale: #9A9A9A. Windows color (decimal): -1214353 or 7305453. OLE color: 7305453.

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

Color convert

RGB 237 120 111 -
CMYK 0 0.49 0.53 0.07
HSL 4.29º 0.78% 0.68% -
HSV(B) 4.29º 0.53% 0.93% -
XYZ 44.51 32.59 18.98 -
YUV 153.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 237 120 111 0 0.49 0.53 0.07 4.29 0.78 0.68
Hex ED 78 6F 0 31 35 7 4 4E 44
Octal 355 170 157 0 61 65 7 4 116 104
Binary 11101101 1111000 1101111 0 110001 110101 111 100 1001110 1000100

Color Harmonies of #ED786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED786F

Black with #ED786F

Text Example


Text Example

White with #ED786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED786F; }

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

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

background-color css

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

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

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

border-color css

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

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

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