Html Css Color HEX #ED706B Geraldine

📋 copy color: '#ED706B'

red 237 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #ED706B

Tints of Geraldine #ED706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 51.97%
G = 24.56%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED706B (or 0xED706B) is known color: Geraldine. HEX triplet: ED, 70 and 6B. RGB value is (237,112,107). Sum of RGB (Red+Green+Blue) = 237+112+107=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED706B is #128F94. Grayscale: #949494. Windows color (decimal): -1216405 or 7041261. OLE color: 7041261.

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

Color convert

RGB 237 112 107 -
CMYK 0 0.53 0.55 0.07
HSL 2.31º 0.78% 0.67% -
HSV(B) 2.31º 0.55% 0.93% -
XYZ 43.37 30.65 17.54 -
YUV 148.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 237 112 107 0 0.53 0.55 0.07 2.31 0.78 0.67
Hex ED 70 6B 0 35 37 7 2 4E 43
Octal 355 160 153 0 65 67 7 2 116 103
Binary 11101101 1110000 1101011 0 110101 110111 111 10 1001110 1000011

Color Harmonies of #ED706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED706B

Black with #ED706B

Text Example


Text Example

White with #ED706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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