Html Css Color HEX #E6766F Geraldine

📋 copy color: '#E6766F'

red 230 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #E6766F

Tints of Geraldine #E6766F

RGB

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

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

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

R = 50.11%
G = 25.71%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6766F (or 0xE6766F) is known color: Geraldine. HEX triplet: E6, 76 and 6F. RGB value is (230,118,111). Sum of RGB (Red+Green+Blue) = 230+118+111=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766F is #198990. Grayscale: #969696. Windows color (decimal): -1673617 or 7304934. OLE color: 7304934.

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

Color convert

RGB 230 118 111 -
CMYK 0 0.49 0.52 0.10
HSL 3.53º 0.7% 0.67% -
HSV(B) 3.53º 0.52% 0.9% -
XYZ 41.98 30.93 18.8 -
YUV 150.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 230 118 111 0 0.49 0.52 0.10 3.53 0.7 0.67
Hex E6 76 6F 0 31 34 A 4 46 43
Octal 346 166 157 0 61 64 12 4 106 103
Binary 11100110 1110110 1101111 0 110001 110100 1010 100 1000110 1000011

Color Harmonies of #E6766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6766F

Black with #E6766F

Text Example


Text Example

White with #E6766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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