Html Css Color HEX #EFCAE0 Classic Rose

📋 copy color: '#EFCAE0'

red 239 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #EFCAE0

Tints of Classic Rose #EFCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.38%

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 35.94%
G = 30.38%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCAE0 (or 0xEFCAE0) is known color: Classic Rose. HEX triplet: EF, CA and E0. RGB value is (239,202,224). Sum of RGB (Red+Green+Blue) = 239+202+224=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAE0 is #10351F. Grayscale: #D7D7D7. Windows color (decimal): -1062176 or 14732015. OLE color: 14732015.

HSL color Cylindrical-coordinate representation of color #EFCAE0: hue angle of 324.32º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCAE0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 224 -
CMYK 0 0.15 0.06 0.06
HSL 324.32º 0.54% 0.86% -
HSV(B) 324.32º 0.15% 0.94% -
XYZ 70.17 65.97 79.56 -
YUV 215.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 239 202 224 0 0.15 0.06 0.06 324.32 0.54 0.86
Hex EF CA E0 0 F 6 6 144 36 56
Octal 357 312 340 0 17 6 6 504 66 126
Binary 11101111 11001010 11100000 0 1111 110 110 101000100 110110 1010110

Color Harmonies of #EFCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAE0

Black with #EFCAE0

Text Example


Text Example

White with #EFCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAE0; }

 p { color: rgb(239,202,224); }

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

background-color css

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

 a { background-color: rgb(239,202,224); }

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

border-color css

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

 span { border-color: rgb(239,202,224); }

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