Html Css Color HEX #ED7D68 Geraldine

📋 copy color: '#ED7D68'

red 237 ◦ green 125 ◦ blue 104

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

Shades of Geraldine #ED7D68

Tints of Geraldine #ED7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 50.86%
G = 26.82%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED7D68 (or 0xED7D68) is known color: Geraldine. HEX triplet: ED, 7D and 68. RGB value is (237,125,104). Sum of RGB (Red+Green+Blue) = 237+125+104=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D68 is #128297. Grayscale: #9C9C9C. Windows color (decimal): -1213080 or 6847981. OLE color: 6847981.

HSL color Cylindrical-coordinate representation of color #ED7D68: hue angle of 9.47º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED7D68 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 104 -
CMYK 0 0.47 0.56 0.07
HSL 9.47º 0.79% 0.67% -
HSV(B) 9.47º 0.56% 0.93% -
XYZ 44.76 33.67 17.24 -
YUV 156.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 237 125 104 0 0.47 0.56 0.07 9.47 0.79 0.67
Hex ED 7D 68 0 2F 38 7 9 4F 43
Octal 355 175 150 0 57 70 7 11 117 103
Binary 11101101 1111101 1101000 0 101111 111000 111 1001 1001111 1000011

Color Harmonies of #ED7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D68

Black with #ED7D68

Text Example


Text Example

White with #ED7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D68; }

 p { color: rgb(237,125,104); }

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

background-color css

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

 a { background-color: rgb(237,125,104); }

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

border-color css

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

 span { border-color: rgb(237,125,104); }

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