Html Css Color HEX #EFE6D5 Quarter Spanish White

📋 copy color: '#EFE6D5'

red 239 ◦ green 230 ◦ blue 213

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

Shades of Quarter Spanish White #EFE6D5

Tints of Quarter Spanish White #EFE6D5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.72%

 BLUE value IS 213 (83.59% from 255) = 31.23%

R = 35.04%
G = 33.72%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFE6D5 (or 0xEFE6D5) is known color: Quarter Spanish White. HEX triplet: EF, E6 and D5. RGB value is (239,230,213). Sum of RGB (Red+Green+Blue) = 239+230+213=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6D5 is #10192A. Grayscale: #E6E6E6. Windows color (decimal): -1055019 or 14018287. OLE color: 14018287.

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

Color convert

RGB 239 230 213 -
CMYK 0 0.04 0.11 0.06
HSL 39.23º 0.45% 0.89% -
HSV(B) 39.23º 0.11% 0.94% -
XYZ 75.9 79.75 74.34 -
YUV 230.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 239 230 213 0 0.04 0.11 0.06 39.23 0.45 0.89
Hex EF E6 D5 0 4 B 6 27 2D 59
Octal 357 346 325 0 4 13 6 47 55 131
Binary 11101111 11100110 11010101 0 100 1011 110 100111 101101 1011001

Color Harmonies of #EFE6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6D5

Black with #EFE6D5

Text Example


Text Example

White with #EFE6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6D5; }

 p { color: rgb(239,230,213); }

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

background-color css

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

 a { background-color: rgb(239,230,213); }

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

border-color css

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

 span { border-color: rgb(239,230,213); }

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