Html Css Color HEX #ED726D Geraldine

📋 copy color: '#ED726D'

red 237 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #ED726D

Tints of Geraldine #ED726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 51.52%
G = 24.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED726D (or 0xED726D) is known color: Geraldine. HEX triplet: ED, 72 and 6D. RGB value is (237,114,109). Sum of RGB (Red+Green+Blue) = 237+114+109=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED726D is #128D92. Grayscale: #969696. Windows color (decimal): -1215891 or 7172845. OLE color: 7172845.

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

Color convert

RGB 237 114 109 -
CMYK 0 0.52 0.54 0.07
HSL 2.34º 0.78% 0.68% -
HSV(B) 2.34º 0.54% 0.93% -
XYZ 43.7 31.14 18.18 -
YUV 150.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 237 114 109 0 0.52 0.54 0.07 2.34 0.78 0.68
Hex ED 72 6D 0 34 36 7 2 4E 44
Octal 355 162 155 0 64 66 7 2 116 104
Binary 11101101 1110010 1101101 0 110100 110110 111 10 1001110 1000100

Color Harmonies of #ED726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED726D

Black with #ED726D

Text Example


Text Example

White with #ED726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED726D; }

 p { color: rgb(237,114,109); }

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

background-color css

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

 a { background-color: rgb(237,114,109); }

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

border-color css

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

 span { border-color: rgb(237,114,109); }

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