Html Css Color HEX #ED7C6E Geraldine

📋 copy color: '#ED7C6E'

red 237 ◦ green 124 ◦ blue 110

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

Shades of Geraldine #ED7C6E

Tints of Geraldine #ED7C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 50.32%
G = 26.33%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED7C6E (or 0xED7C6E) is known color: Geraldine. HEX triplet: ED, 7C and 6E. RGB value is (237,124,110). Sum of RGB (Red+Green+Blue) = 237+124+110=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C6E is #128391. Grayscale: #9C9C9C. Windows color (decimal): -1213330 or 7240941. OLE color: 7240941.

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

Color convert

RGB 237 124 110 -
CMYK 0 0.48 0.54 0.07
HSL 6.61º 0.78% 0.68% -
HSV(B) 6.61º 0.54% 0.93% -
XYZ 44.95 33.55 18.86 -
YUV 156.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 237 124 110 0 0.48 0.54 0.07 6.61 0.78 0.68
Hex ED 7C 6E 0 30 36 7 7 4E 44
Octal 355 174 156 0 60 66 7 7 116 104
Binary 11101101 1111100 1101110 0 110000 110110 111 111 1001110 1000100

Color Harmonies of #ED7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C6E

Black with #ED7C6E

Text Example


Text Example

White with #ED7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C6E; }

 p { color: rgb(237,124,110); }

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

background-color css

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

 a { background-color: rgb(237,124,110); }

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

border-color css

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

 span { border-color: rgb(237,124,110); }

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