Html Css Color HEX #ED766A Geraldine

📋 copy color: '#ED766A'

red 237 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #ED766A

Tints of Geraldine #ED766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

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

R = 51.41%
G = 25.6%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED766A (or 0xED766A) is known color: Geraldine. HEX triplet: ED, 76 and 6A. RGB value is (237,118,106). Sum of RGB (Red+Green+Blue) = 237+118+106=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED766A is #128995. Grayscale: #989898. Windows color (decimal): -1214870 or 6977261. OLE color: 6977261.

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

Color convert

RGB 237 118 106 -
CMYK 0 0.50 0.55 0.07
HSL 5.5º 0.78% 0.67% -
HSV(B) 5.5º 0.55% 0.93% -
XYZ 44.01 32 17.49 -
YUV 152.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 237 118 106 0 0.50 0.55 0.07 5.5 0.78 0.67
Hex ED 76 6A 0 32 37 7 5 4E 43
Octal 355 166 152 0 62 67 7 5 116 103
Binary 11101101 1110110 1101010 0 110010 110111 111 101 1001110 1000011

Color Harmonies of #ED766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED766A

Black with #ED766A

Text Example


Text Example

White with #ED766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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