Html Css Color HEX #EFE4CC Bleach White

📋 copy color: '#EFE4CC'

red 239 ◦ green 228 ◦ blue 204

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

Shades of Bleach White #EFE4CC

Tints of Bleach White #EFE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

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

R = 35.62%
G = 33.98%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE4CC (or 0xEFE4CC) is known color: Bleach White. HEX triplet: EF, E4 and CC. RGB value is (239,228,204). Sum of RGB (Red+Green+Blue) = 239+228+204=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4CC is #101B33. Grayscale: #E4E4E4. Windows color (decimal): -1055540 or 13427951. OLE color: 13427951.

HSL color Cylindrical-coordinate representation of color #EFE4CC: hue angle of 41.14º 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 #EFE4CC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 204 -
CMYK 0 0.05 0.15 0.06
HSL 41.14º 0.52% 0.87% -
HSV(B) 41.14º 0.15% 0.94% -
XYZ 74.24 78.2 68.31 -
YUV 228.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 239 228 204 0 0.05 0.15 0.06 41.14 0.52 0.87
Hex EF E4 CC 0 5 F 6 29 34 57
Octal 357 344 314 0 5 17 6 51 64 127
Binary 11101111 11100100 11001100 0 101 1111 110 101001 110100 1010111

Color Harmonies of #EFE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4CC

Black with #EFE4CC

Text Example


Text Example

White with #EFE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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