Html Css Color HEX #E6766B Geraldine

📋 copy color: '#E6766B'

red 230 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #E6766B

Tints of Geraldine #E6766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 50.55%
G = 25.93%
B = 23.52%

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

#E6766B (or 0xE6766B) is known color: Geraldine. HEX triplet: E6, 76 and 6B. RGB value is (230,118,107). Sum of RGB (Red+Green+Blue) = 230+118+107=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766B is #198994. Grayscale: #969696. Windows color (decimal): -1673621 or 7042790. OLE color: 7042790.

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

Color convert

RGB 230 118 107 -
CMYK 0 0.49 0.53 0.10
HSL 5.37º 0.71% 0.66% -
HSV(B) 5.37º 0.53% 0.9% -
XYZ 41.77 30.84 17.66 -
YUV 150.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 230 118 107 0 0.49 0.53 0.10 5.37 0.71 0.66
Hex E6 76 6B 0 31 35 A 5 47 42
Octal 346 166 153 0 61 65 12 5 107 102
Binary 11100110 1110110 1101011 0 110001 110101 1010 101 1000111 1000010

Color Harmonies of #E6766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6766B

Black with #E6766B

Text Example


Text Example

White with #E6766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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