Html Css Color HEX #EEADBA Cupid

📋 copy color: '#EEADBA'

red 238 ◦ green 173 ◦ blue 186

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

Shades of Cupid #EEADBA

Tints of Cupid #EEADBA

RGB

 RED value IS 238 (93.36% from 255) = 39.87%

 GREEN value IS 173 (67.97% from 255) = 28.98%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 39.87%
G = 28.98%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEADBA (or 0xEEADBA) is known color: Cupid. HEX triplet: EE, AD and BA. RGB value is (238,173,186). Sum of RGB (Red+Green+Blue) = 238+173+186=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADBA is #115245. Grayscale: #C1C1C1. Windows color (decimal): -1135174 or 12234222. OLE color: 12234222.

HSL color Cylindrical-coordinate representation of color #EEADBA: hue angle of 348º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 173 186 -
CMYK 0 0.27 0.22 0.07
HSL 348º 0.66% 0.81% -
HSV(B) 348º 0.27% 0.93% -
XYZ 59.07 51.61 53.3 -
YUV 193.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 238 173 186 0 0.27 0.22 0.07 348 0.66 0.81
Hex EE AD BA 0 1B 16 7 15C 42 51
Octal 356 255 272 0 33 26 7 534 102 121
Binary 11101110 10101101 10111010 0 11011 10110 111 101011100 1000010 1010001

Color Harmonies of #EEADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADBA

Black with #EEADBA

Text Example


Text Example

White with #EEADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADBA; }

 p { color: rgb(238,173,186); }

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

background-color css

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

 a { background-color: rgb(238,173,186); }

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

border-color css

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

 span { border-color: rgb(238,173,186); }

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