Html Css Color HEX #EFE0CE Quarter Spanish White

📋 copy color: '#EFE0CE'

red 239 ◦ green 224 ◦ blue 206

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

Shades of Quarter Spanish White #EFE0CE

Tints of Quarter Spanish White #EFE0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.48%

 BLUE value IS 206 (80.86% from 255) = 30.79%

R = 35.72%
G = 33.48%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFE0CE (or 0xEFE0CE) is known color: Quarter Spanish White. HEX triplet: EF, E0 and CE. RGB value is (239,224,206). Sum of RGB (Red+Green+Blue) = 239+224+206=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CE is #101F31. Grayscale: #E2E2E2. Windows color (decimal): -1056562 or 13557999. OLE color: 13557999.

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

Color convert

RGB 239 224 206 -
CMYK 0 0.06 0.14 0.06
HSL 32.73º 0.51% 0.87% -
HSV(B) 32.73º 0.14% 0.94% -
XYZ 73.39 76.12 69.22 -
YUV 226.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 239 224 206 0 0.06 0.14 0.06 32.73 0.51 0.87
Hex EF E0 CE 0 6 E 6 21 33 57
Octal 357 340 316 0 6 16 6 41 63 127
Binary 11101111 11100000 11001110 0 110 1110 110 100001 110011 1010111

Color Harmonies of #EFE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0CE

Black with #EFE0CE

Text Example


Text Example

White with #EFE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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