Html Css Color HEX #E07869 Geraldine

📋 copy color: '#E07869'

red 224 ◦ green 120 ◦ blue 105

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

Shades of Geraldine #E07869

Tints of Geraldine #E07869

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 49.89%
G = 26.73%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07869 (or 0xE07869) is known color: Geraldine. HEX triplet: E0, 78 and 69. RGB value is (224,120,105). Sum of RGB (Red+Green+Blue) = 224+120+105=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07869 is #1F8796. Grayscale: #959595. Windows color (decimal): -2066327 or 6912224. OLE color: 6912224.

HSL color Cylindrical-coordinate representation of color #E07869: hue angle of 7.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E07869 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 105 -
CMYK 0 0.46 0.53 0.12
HSL 7.56º 0.66% 0.65% -
HSV(B) 7.56º 0.53% 0.88% -
XYZ 40.01 30.3 17.1 -
YUV 149.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 224 120 105 0 0.46 0.53 0.12 7.56 0.66 0.65
Hex E0 78 69 0 2E 35 C 8 42 41
Octal 340 170 151 0 56 65 14 10 102 101
Binary 11100000 1111000 1101001 0 101110 110101 1100 1000 1000010 1000001

Color Harmonies of #E07869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07869

Black with #E07869

Text Example


Text Example

White with #E07869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07869; }

 p { color: rgb(224,120,105); }

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

background-color css

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

 a { background-color: rgb(224,120,105); }

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

border-color css

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

 span { border-color: rgb(224,120,105); }

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