Html Css Color HEX #EFE5EE Selago

📋 copy color: '#EFE5EE'

red 239 ◦ green 229 ◦ blue 238

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

Shades of Selago #EFE5EE

Tints of Selago #EFE5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.44%

 BLUE value IS 238 (93.36% from 255) = 33.71%

R = 33.85%
G = 32.44%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFE5EE (or 0xEFE5EE) is known color: Selago. HEX triplet: EF, E5 and EE. RGB value is (239,229,238). Sum of RGB (Red+Green+Blue) = 239+229+238=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5EE is #101A11. Grayscale: #E8E8E8. Windows color (decimal): -1055250 or 15656431. OLE color: 15656431.

HSL color Cylindrical-coordinate representation of color #EFE5EE: hue angle of 306º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE5EE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 238 -
CMYK 0 0.04 0.00 0.06
HSL 306º 0.24% 0.92% -
HSV(B) 306º 0.04% 0.94% -
XYZ 79.05 80.56 92.27 -
YUV 233.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 239 229 238 0 0.04 0.00 0.06 306 0.24 0.92
Hex EF E5 EE 0 4 0 6 132 18 5C
Octal 357 345 356 0 4 0 6 462 30 134
Binary 11101111 11100101 11101110 0 100 0 110 100110010 11000 1011100

Color Harmonies of #EFE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5EE

Black with #EFE5EE

Text Example


Text Example

White with #EFE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5EE; }

 p { color: rgb(239,229,238); }

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

background-color css

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

 a { background-color: rgb(239,229,238); }

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

border-color css

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

 span { border-color: rgb(239,229,238); }

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