Html Css Color HEX #E77A69 Geraldine

📋 copy color: '#E77A69'

red 231 ◦ green 122 ◦ blue 105

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

Shades of Geraldine #E77A69

Tints of Geraldine #E77A69

RGB

 RED value IS 231 (90.63% from 255) = 50.44%

 GREEN value IS 122 (48.05% from 255) = 26.64%

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 50.44%
G = 26.64%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77A69 (or 0xE77A69) is known color: Geraldine. HEX triplet: E7, 7A and 69. RGB value is (231,122,105). Sum of RGB (Red+Green+Blue) = 231+122+105=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A69 is #188596. Grayscale: #989898. Windows color (decimal): -1607063 or 6912743. OLE color: 6912743.

HSL color Cylindrical-coordinate representation of color #E77A69: hue angle of 8.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77A69 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 105 -
CMYK 0 0.47 0.55 0.09
HSL 8.1º 0.72% 0.66% -
HSV(B) 8.1º 0.55% 0.91% -
XYZ 42.46 31.93 17.29 -
YUV 152.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 231 122 105 0 0.47 0.55 0.09 8.1 0.72 0.66
Hex E7 7A 69 0 2F 37 9 8 48 42
Octal 347 172 151 0 57 67 11 10 110 102
Binary 11100111 1111010 1101001 0 101111 110111 1001 1000 1001000 1000010

Color Harmonies of #E77A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A69

Black with #E77A69

Text Example


Text Example

White with #E77A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A69; }

 p { color: rgb(231,122,105); }

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

background-color css

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

 a { background-color: rgb(231,122,105); }

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

border-color css

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

 span { border-color: rgb(231,122,105); }

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