Html Css Color HEX #E6766D Geraldine

📋 copy color: '#E6766D'

red 230 ◦ green 118 ◦ blue 109

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

Shades of Geraldine #E6766D

Tints of Geraldine #E6766D

RGB

 RED value IS 230 (90.23% from 255) = 50.33%

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

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 50.33%
G = 25.82%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6766D (or 0xE6766D) is known color: Geraldine. HEX triplet: E6, 76 and 6D. RGB value is (230,118,109). Sum of RGB (Red+Green+Blue) = 230+118+109=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766D is #198992. Grayscale: #969696. Windows color (decimal): -1673619 or 7173862. OLE color: 7173862.

HSL color Cylindrical-coordinate representation of color #E6766D: hue angle of 4.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6766D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 109 -
CMYK 0 0.49 0.53 0.10
HSL 4.46º 0.71% 0.66% -
HSV(B) 4.46º 0.53% 0.9% -
XYZ 41.87 30.88 18.22 -
YUV 150.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 230 118 109 0 0.49 0.53 0.10 4.46 0.71 0.66
Hex E6 76 6D 0 31 35 A 4 47 42
Octal 346 166 155 0 61 65 12 4 107 102
Binary 11100110 1110110 1101101 0 110001 110101 1010 100 1000111 1000010

Color Harmonies of #E6766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6766D

Black with #E6766D

Text Example


Text Example

White with #E6766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6766D; }

 p { color: rgb(230,118,109); }

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

background-color css

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

 a { background-color: rgb(230,118,109); }

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

border-color css

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

 span { border-color: rgb(230,118,109); }

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