Html Css Color HEX #EFE5B7 Half Colonial White

📋 copy color: '#EFE5B7'

red 239 ◦ green 229 ◦ blue 183

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

Shades of Half Colonial White #EFE5B7

Tints of Half Colonial White #EFE5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.11%

R = 36.71%
G = 35.18%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFE5B7 (or 0xEFE5B7) is known color: Half Colonial White. HEX triplet: EF, E5 and B7. RGB value is (239,229,183). Sum of RGB (Red+Green+Blue) = 239+229+183=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5B7 is #101A48. Grayscale: #E2E2E2. Windows color (decimal): -1055305 or 12051951. OLE color: 12051951.

HSL color Cylindrical-coordinate representation of color #EFE5B7: hue angle of 49.29º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFE5B7 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 183 -
CMYK 0 0.04 0.23 0.06
HSL 49.29º 0.64% 0.83% -
HSV(B) 49.29º 0.23% 0.94% -
XYZ 72.16 77.81 56.01 -
YUV 226.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 239 229 183 0 0.04 0.23 0.06 49.29 0.64 0.83
Hex EF E5 B7 0 4 17 6 31 40 53
Octal 357 345 267 0 4 27 6 61 100 123
Binary 11101111 11100101 10110111 0 100 10111 110 110001 1000000 1010011

Color Harmonies of #EFE5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5B7

Black with #EFE5B7

Text Example


Text Example

White with #EFE5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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