Html Css Color HEX #EFAEBA Cupid

📋 copy color: '#EFAEBA'

red 239 ◦ green 174 ◦ blue 186

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

Shades of Cupid #EFAEBA

Tints of Cupid #EFAEBA

RGB

 RED value IS 239 (93.75% from 255) = 39.9%

 GREEN value IS 174 (68.36% from 255) = 29.05%

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

R = 39.9%
G = 29.05%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFAEBA (or 0xEFAEBA) is known color: Cupid. HEX triplet: EF, AE and BA. RGB value is (239,174,186). Sum of RGB (Red+Green+Blue) = 239+174+186=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBA is #105145. Grayscale: #C2C2C2. Windows color (decimal): -1069382 or 12234479. OLE color: 12234479.

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

Color convert

RGB 239 174 186 -
CMYK 0 0.27 0.22 0.06
HSL 348.92º 0.67% 0.81% -
HSV(B) 348.92º 0.27% 0.94% -
XYZ 59.6 52.17 53.38 -
YUV 194.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 239 174 186 0 0.27 0.22 0.06 348.92 0.67 0.81
Hex EF AE BA 0 1B 16 6 15D 43 51
Octal 357 256 272 0 33 26 6 535 103 121
Binary 11101111 10101110 10111010 0 11011 10110 110 101011101 1000011 1010001

Color Harmonies of #EFAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEBA

Black with #EFAEBA

Text Example


Text Example

White with #EFAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEBA; }

 p { color: rgb(239,174,186); }

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

background-color css

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

 a { background-color: rgb(239,174,186); }

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

border-color css

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

 span { border-color: rgb(239,174,186); }

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