Html Css Color HEX #EFE4B7 Half Colonial White

📋 copy color: '#EFE4B7'

red 239 ◦ green 228 ◦ blue 183

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

Shades of Half Colonial White #EFE4B7

Tints of Half Colonial White #EFE4B7

RGB

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

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

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

R = 36.77%
G = 35.08%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFE4B7 (or 0xEFE4B7) is known color: Half Colonial White. HEX triplet: EF, E4 and B7. RGB value is (239,228,183). Sum of RGB (Red+Green+Blue) = 239+228+183=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4B7 is #101B48. Grayscale: #E2E2E2. Windows color (decimal): -1055561 or 12051695. OLE color: 12051695.

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

Color convert

RGB 239 228 183 -
CMYK 0 0.05 0.23 0.06
HSL 48.21º 0.64% 0.83% -
HSV(B) 48.21º 0.23% 0.94% -
XYZ 71.89 77.26 55.92 -
YUV 226.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 239 228 183 0 0.05 0.23 0.06 48.21 0.64 0.83
Hex EF E4 B7 0 5 17 6 30 40 53
Octal 357 344 267 0 5 27 6 60 100 123
Binary 11101111 11100100 10110111 0 101 10111 110 110000 1000000 1010011

Color Harmonies of #EFE4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4B7

Black with #EFE4B7

Text Example


Text Example

White with #EFE4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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