Html Css Color HEX #ED706F Geraldine

📋 copy color: '#ED706F'

red 237 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #ED706F

Tints of Geraldine #ED706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 51.52%
G = 24.35%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED706F (or 0xED706F) is known color: Geraldine. HEX triplet: ED, 70 and 6F. RGB value is (237,112,111). Sum of RGB (Red+Green+Blue) = 237+112+111=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED706F is #128F90. Grayscale: #959595. Windows color (decimal): -1216401 or 7303405. OLE color: 7303405.

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

Color convert

RGB 237 112 111 -
CMYK 0 0.53 0.53 0.07
HSL 0.48º 0.78% 0.68% -
HSV(B) 0.48º 0.53% 0.93% -
XYZ 43.59 30.74 18.68 -
YUV 149.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 237 112 111 0 0.53 0.53 0.07 0.48 0.78 0.68
Hex ED 70 6F 0 35 35 7 0 4E 44
Octal 355 160 157 0 65 65 7 0 116 104
Binary 11101101 1110000 1101111 0 110101 110101 111 0 1001110 1000100

Color Harmonies of #ED706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED706F

Black with #ED706F

Text Example


Text Example

White with #ED706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED706F; }

 p { color: rgb(237,112,111); }

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

background-color css

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

 a { background-color: rgb(237,112,111); }

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

border-color css

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

 span { border-color: rgb(237,112,111); }

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