Html Css Color HEX #ED786A Geraldine

📋 copy color: '#ED786A'

red 237 ◦ green 120 ◦ blue 106

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

Shades of Geraldine #ED786A

Tints of Geraldine #ED786A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 51.19%
G = 25.92%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED786A (or 0xED786A) is known color: Geraldine. HEX triplet: ED, 78 and 6A. RGB value is (237,120,106). Sum of RGB (Red+Green+Blue) = 237+120+106=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED786A is #128795. Grayscale: #999999. Windows color (decimal): -1214358 or 6977773. OLE color: 6977773.

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

Color convert

RGB 237 120 106 -
CMYK 0 0.49 0.55 0.07
HSL 6.41º 0.78% 0.67% -
HSV(B) 6.41º 0.55% 0.93% -
XYZ 44.24 32.48 17.57 -
YUV 153.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 237 120 106 0 0.49 0.55 0.07 6.41 0.78 0.67
Hex ED 78 6A 0 31 37 7 6 4E 43
Octal 355 170 152 0 61 67 7 6 116 103
Binary 11101101 1111000 1101010 0 110001 110111 111 110 1001110 1000011

Color Harmonies of #ED786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED786A

Black with #ED786A

Text Example


Text Example

White with #ED786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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