Html Css Color HEX #ED7B6E Geraldine

📋 copy color: '#ED7B6E'

red 237 ◦ green 123 ◦ blue 110

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

Shades of Geraldine #ED7B6E

Tints of Geraldine #ED7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 50.43%
G = 26.17%
B = 23.4%

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

#ED7B6E (or 0xED7B6E) is known color: Geraldine. HEX triplet: ED, 7B and 6E. RGB value is (237,123,110). Sum of RGB (Red+Green+Blue) = 237+123+110=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B6E is #128491. Grayscale: #9B9B9B. Windows color (decimal): -1213586 or 7240685. OLE color: 7240685.

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

Color convert

RGB 237 123 110 -
CMYK 0 0.48 0.54 0.07
HSL 6.14º 0.78% 0.68% -
HSV(B) 6.14º 0.54% 0.93% -
XYZ 44.82 33.3 18.82 -
YUV 155.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 237 123 110 0 0.48 0.54 0.07 6.14 0.78 0.68
Hex ED 7B 6E 0 30 36 7 6 4E 44
Octal 355 173 156 0 60 66 7 6 116 104
Binary 11101101 1111011 1101110 0 110000 110110 111 110 1001110 1000100

Color Harmonies of #ED7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B6E

Black with #ED7B6E

Text Example


Text Example

White with #ED7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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