Html Css Color HEX #ED736B Geraldine

📋 copy color: '#ED736B'

red 237 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #ED736B

Tints of Geraldine #ED736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 51.63%
G = 25.05%
B = 23.31%

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

#ED736B (or 0xED736B) is known color: Geraldine. HEX triplet: ED, 73 and 6B. RGB value is (237,115,107). Sum of RGB (Red+Green+Blue) = 237+115+107=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED736B is #128C94. Grayscale: #969696. Windows color (decimal): -1215637 or 7042029. OLE color: 7042029.

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

Color convert

RGB 237 115 107 -
CMYK 0 0.51 0.55 0.07
HSL 3.69º 0.78% 0.67% -
HSV(B) 3.69º 0.55% 0.93% -
XYZ 43.71 31.33 17.65 -
YUV 150.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 237 115 107 0 0.51 0.55 0.07 3.69 0.78 0.67
Hex ED 73 6B 0 33 37 7 4 4E 43
Octal 355 163 153 0 63 67 7 4 116 103
Binary 11101101 1110011 1101011 0 110011 110111 111 100 1001110 1000011

Color Harmonies of #ED736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED736B

Black with #ED736B

Text Example


Text Example

White with #ED736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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