Html Css Color HEX #EFE4CB Bleach White

📋 copy color: '#EFE4CB'

red 239 ◦ green 228 ◦ blue 203

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

Shades of Bleach White #EFE4CB

Tints of Bleach White #EFE4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.3%

R = 35.67%
G = 34.03%
B = 30.3%

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

#EFE4CB (or 0xEFE4CB) is known color: Bleach White. HEX triplet: EF, E4 and CB. RGB value is (239,228,203). Sum of RGB (Red+Green+Blue) = 239+228+203=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4CB is #101B34. Grayscale: #E4E4E4. Windows color (decimal): -1055541 or 13362415. OLE color: 13362415.

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

Color convert

RGB 239 228 203 -
CMYK 0 0.05 0.15 0.06
HSL 41.67º 0.53% 0.87% -
HSV(B) 41.67º 0.15% 0.94% -
XYZ 74.12 78.15 67.68 -
YUV 228.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 239 228 203 0 0.05 0.15 0.06 41.67 0.53 0.87
Hex EF E4 CB 0 5 F 6 2A 35 57
Octal 357 344 313 0 5 17 6 52 65 127
Binary 11101111 11100100 11001011 0 101 1111 110 101010 110101 1010111

Color Harmonies of #EFE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4CB

Black with #EFE4CB

Text Example


Text Example

White with #EFE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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