Html Css Color HEX #ED756A Geraldine

📋 copy color: '#ED756A'

red 237 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #ED756A

Tints of Geraldine #ED756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 51.52%
G = 25.43%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED756A (or 0xED756A) is known color: Geraldine. HEX triplet: ED, 75 and 6A. RGB value is (237,117,106). Sum of RGB (Red+Green+Blue) = 237+117+106=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED756A is #128A95. Grayscale: #979797. Windows color (decimal): -1215126 or 6977005. OLE color: 6977005.

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

Color convert

RGB 237 117 106 -
CMYK 0 0.51 0.55 0.07
HSL 5.04º 0.78% 0.67% -
HSV(B) 5.04º 0.55% 0.93% -
XYZ 43.89 31.77 17.45 -
YUV 151.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 237 117 106 0 0.51 0.55 0.07 5.04 0.78 0.67
Hex ED 75 6A 0 33 37 7 5 4E 43
Octal 355 165 152 0 63 67 7 5 116 103
Binary 11101101 1110101 1101010 0 110011 110111 111 101 1001110 1000011

Color Harmonies of #ED756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED756A

Black with #ED756A

Text Example


Text Example

White with #ED756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED756A; }

 p { color: rgb(237,117,106); }

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

background-color css

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

 a { background-color: rgb(237,117,106); }

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

border-color css

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

 span { border-color: rgb(237,117,106); }

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