Html Css Color HEX #E5766A Geraldine

📋 copy color: '#E5766A'

red 229 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #E5766A

Tints of Geraldine #E5766A

RGB

 RED value IS 229 (89.84% from 255) = 50.55%

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

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

R = 50.55%
G = 26.05%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5766A (or 0xE5766A) is known color: Geraldine. HEX triplet: E5, 76 and 6A. RGB value is (229,118,106). Sum of RGB (Red+Green+Blue) = 229+118+106=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5766A is #1A8995. Grayscale: #959595. Windows color (decimal): -1739158 or 6977253. OLE color: 6977253.

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

Color convert

RGB 229 118 106 -
CMYK 0 0.48 0.54 0.10
HSL 5.85º 0.7% 0.66% -
HSV(B) 5.85º 0.54% 0.9% -
XYZ 41.39 30.66 17.37 -
YUV 149.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 229 118 106 0 0.48 0.54 0.10 5.85 0.7 0.66
Hex E5 76 6A 0 30 36 A 6 46 42
Octal 345 166 152 0 60 66 12 6 106 102
Binary 11100101 1110110 1101010 0 110000 110110 1010 110 1000110 1000010

Color Harmonies of #E5766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5766A

Black with #E5766A

Text Example


Text Example

White with #E5766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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