Html Css Color HEX #EFE7BD Half Colonial White

📋 copy color: '#EFE7BD'

red 239 ◦ green 231 ◦ blue 189

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

Shades of Half Colonial White #EFE7BD

Tints of Half Colonial White #EFE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.05%

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

R = 36.27%
G = 35.05%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE7BD (or 0xEFE7BD) is known color: Half Colonial White. HEX triplet: EF, E7 and BD. RGB value is (239,231,189). Sum of RGB (Red+Green+Blue) = 239+231+189=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BD is #101842. Grayscale: #E4E4E4. Windows color (decimal): -1054787 or 12445679. OLE color: 12445679.

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

Color convert

RGB 239 231 189 -
CMYK 0 0.03 0.21 0.06
HSL 50.4º 0.61% 0.84% -
HSV(B) 50.4º 0.21% 0.94% -
XYZ 73.36 79.18 59.56 -
YUV 228.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 239 231 189 0 0.03 0.21 0.06 50.4 0.61 0.84
Hex EF E7 BD 0 3 15 6 32 3D 54
Octal 357 347 275 0 3 25 6 62 75 124
Binary 11101111 11100111 10111101 0 11 10101 110 110010 111101 1010100

Color Harmonies of #EFE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7BD

Black with #EFE7BD

Text Example


Text Example

White with #EFE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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