Html Css Color HEX #EFE5BD Half Colonial White

📋 copy color: '#EFE5BD'

red 239 ◦ green 229 ◦ blue 189

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

Shades of Half Colonial White #EFE5BD

Tints of Half Colonial White #EFE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.86%

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

R = 36.38%
G = 34.86%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE5BD (or 0xEFE5BD) is known color: Half Colonial White. HEX triplet: EF, E5 and BD. RGB value is (239,229,189). Sum of RGB (Red+Green+Blue) = 239+229+189=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5BD is #101A42. Grayscale: #E3E3E3. Windows color (decimal): -1055299 or 12445167. OLE color: 12445167.

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

Color convert

RGB 239 229 189 -
CMYK 0 0.04 0.21 0.06
HSL 48º 0.61% 0.84% -
HSV(B) 48º 0.21% 0.94% -
XYZ 72.8 78.06 59.37 -
YUV 227.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 239 229 189 0 0.04 0.21 0.06 48 0.61 0.84
Hex EF E5 BD 0 4 15 6 30 3D 54
Octal 357 345 275 0 4 25 6 60 75 124
Binary 11101111 11100101 10111101 0 100 10101 110 110000 111101 1010100

Color Harmonies of #EFE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5BD

Black with #EFE5BD

Text Example


Text Example

White with #EFE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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