Html Css Color HEX #E97A68 Geraldine

📋 copy color: '#E97A68'

red 233 ◦ green 122 ◦ blue 104

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

Shades of Geraldine #E97A68

Tints of Geraldine #E97A68

RGB

 RED value IS 233 (91.41% from 255) = 50.76%

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 50.76%
G = 26.58%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E97A68 (or 0xE97A68) is known color: Geraldine. HEX triplet: E9, 7A and 68. RGB value is (233,122,104). Sum of RGB (Red+Green+Blue) = 233+122+104=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A68 is #168597. Grayscale: #999999. Windows color (decimal): -1475992 or 6847209. OLE color: 6847209.

HSL color Cylindrical-coordinate representation of color #E97A68: hue angle of 8.37º degrees, saturation: 0.75, 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 #E97A68 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 122 104 -
CMYK 0 0.48 0.55 0.09
HSL 8.37º 0.75% 0.66% -
HSV(B) 8.37º 0.55% 0.91% -
XYZ 43.06 32.24 17.05 -
YUV 153.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 233 122 104 0 0.48 0.55 0.09 8.37 0.75 0.66
Hex E9 7A 68 0 30 37 9 8 4B 42
Octal 351 172 150 0 60 67 11 10 113 102
Binary 11101001 1111010 1101000 0 110000 110111 1001 1000 1001011 1000010

Color Harmonies of #E97A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97A68

Black with #E97A68

Text Example


Text Example

White with #E97A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97A68; }

 p { color: rgb(233,122,104); }

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

background-color css

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

 a { background-color: rgb(233,122,104); }

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

border-color css

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

 span { border-color: rgb(233,122,104); }

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