Html Css Color HEX #ED726C Geraldine

📋 copy color: '#ED726C'

red 237 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #ED726C

Tints of Geraldine #ED726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 51.63%
G = 24.84%
B = 23.53%

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

#ED726C (or 0xED726C) is known color: Geraldine. HEX triplet: ED, 72 and 6C. RGB value is (237,114,108). Sum of RGB (Red+Green+Blue) = 237+114+108=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED726C is #128D93. Grayscale: #969696. Windows color (decimal): -1215892 or 7107309. OLE color: 7107309.

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

Color convert

RGB 237 114 108 -
CMYK 0 0.52 0.54 0.07
HSL 2.79º 0.78% 0.68% -
HSV(B) 2.79º 0.54% 0.93% -
XYZ 43.65 31.12 17.89 -
YUV 150.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 237 114 108 0 0.52 0.54 0.07 2.79 0.78 0.68
Hex ED 72 6C 0 34 36 7 3 4E 44
Octal 355 162 154 0 64 66 7 3 116 104
Binary 11101101 1110010 1101100 0 110100 110110 111 11 1001110 1000100

Color Harmonies of #ED726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED726C

Black with #ED726C

Text Example


Text Example

White with #ED726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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