Html Css Color HEX #ED7D6A Geraldine

📋 copy color: '#ED7D6A'

red 237 ◦ green 125 ◦ blue 106

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

Shades of Geraldine #ED7D6A

Tints of Geraldine #ED7D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 50.64%
G = 26.71%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED7D6A (or 0xED7D6A) is known color: Geraldine. HEX triplet: ED, 7D and 6A. RGB value is (237,125,106). Sum of RGB (Red+Green+Blue) = 237+125+106=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D6A is #128295. Grayscale: #9C9C9C. Windows color (decimal): -1213078 or 6979053. OLE color: 6979053.

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

Color convert

RGB 237 125 106 -
CMYK 0 0.47 0.55 0.07
HSL 8.7º 0.78% 0.67% -
HSV(B) 8.7º 0.55% 0.93% -
XYZ 44.86 33.71 17.78 -
YUV 156.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 237 125 106 0 0.47 0.55 0.07 8.7 0.78 0.67
Hex ED 7D 6A 0 2F 37 7 9 4E 43
Octal 355 175 152 0 57 67 7 11 116 103
Binary 11101101 1111101 1101010 0 101111 110111 111 1001 1001110 1000011

Color Harmonies of #ED7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D6A

Black with #ED7D6A

Text Example


Text Example

White with #ED7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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