Html Css Color HEX #ED7B6F Geraldine

📋 copy color: '#ED7B6F'

red 237 ◦ green 123 ◦ blue 111

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

Shades of Geraldine #ED7B6F

Tints of Geraldine #ED7B6F

RGB

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

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

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

R = 50.32%
G = 26.11%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED7B6F (or 0xED7B6F) is known color: Geraldine. HEX triplet: ED, 7B and 6F. RGB value is (237,123,111). Sum of RGB (Red+Green+Blue) = 237+123+111=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B6F is #128490. Grayscale: #9B9B9B. Windows color (decimal): -1213585 or 7306221. OLE color: 7306221.

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

Color convert

RGB 237 123 111 -
CMYK 0 0.48 0.53 0.07
HSL 5.71º 0.78% 0.68% -
HSV(B) 5.71º 0.53% 0.93% -
XYZ 44.88 33.32 19.1 -
YUV 155.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 237 123 111 0 0.48 0.53 0.07 5.71 0.78 0.68
Hex ED 7B 6F 0 30 35 7 6 4E 44
Octal 355 173 157 0 60 65 7 6 116 104
Binary 11101101 1111011 1101111 0 110000 110101 111 110 1001110 1000100

Color Harmonies of #ED7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B6F

Black with #ED7B6F

Text Example


Text Example

White with #ED7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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