Html Css Color HEX #EFE4BD Half Colonial White

📋 copy color: '#EFE4BD'

red 239 ◦ green 228 ◦ blue 189

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

Shades of Half Colonial White #EFE4BD

Tints of Half Colonial White #EFE4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.81%

R = 36.43%
G = 34.76%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE4BD (or 0xEFE4BD) is known color: Half Colonial White. HEX triplet: EF, E4 and BD. RGB value is (239,228,189). Sum of RGB (Red+Green+Blue) = 239+228+189=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BD is #101B42. Grayscale: #E3E3E3. Windows color (decimal): -1055555 or 12444911. OLE color: 12444911.

HSL color Cylindrical-coordinate representation of color #EFE4BD: hue angle of 46.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFE4BD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 189 -
CMYK 0 0.05 0.21 0.06
HSL 46.8º 0.61% 0.84% -
HSV(B) 46.8º 0.21% 0.94% -
XYZ 72.53 77.51 59.28 -
YUV 226.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 239 228 189 0 0.05 0.21 0.06 46.8 0.61 0.84
Hex EF E4 BD 0 5 15 6 2F 3D 54
Octal 357 344 275 0 5 25 6 57 75 124
Binary 11101111 11100100 10111101 0 101 10101 110 101111 111101 1010100

Color Harmonies of #EFE4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4BD

Black with #EFE4BD

Text Example


Text Example

White with #EFE4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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