Html Css Color HEX #EFE1CC Bleach White

📋 copy color: '#EFE1CC'

red 239 ◦ green 225 ◦ blue 204

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

Shades of Bleach White #EFE1CC

Tints of Bleach White #EFE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.68%

 BLUE value IS 204 (80.08% from 255) = 30.54%

R = 35.78%
G = 33.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE1CC (or 0xEFE1CC) is known color: Bleach White. HEX triplet: EF, E1 and CC. RGB value is (239,225,204). Sum of RGB (Red+Green+Blue) = 239+225+204=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1CC is #101E33. Grayscale: #E2E2E2. Windows color (decimal): -1056308 or 13427183. OLE color: 13427183.

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

Color convert

RGB 239 225 204 -
CMYK 0 0.06 0.15 0.06
HSL 36º 0.52% 0.87% -
HSV(B) 36º 0.15% 0.94% -
XYZ 73.42 76.56 68.03 -
YUV 226.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 239 225 204 0 0.06 0.15 0.06 36 0.52 0.87
Hex EF E1 CC 0 6 F 6 24 34 57
Octal 357 341 314 0 6 17 6 44 64 127
Binary 11101111 11100001 11001100 0 110 1111 110 100100 110100 1010111

Color Harmonies of #EFE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1CC

Black with #EFE1CC

Text Example


Text Example

White with #EFE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1CC; }

 p { color: rgb(239,225,204); }

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

background-color css

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

 a { background-color: rgb(239,225,204); }

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

border-color css

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

 span { border-color: rgb(239,225,204); }

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