Html Css Color HEX #EFE5B6 Half Colonial White

📋 copy color: '#EFE5B6'

red 239 ◦ green 229 ◦ blue 182

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

Shades of Half Colonial White #EFE5B6

Tints of Half Colonial White #EFE5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28%

R = 36.77%
G = 35.23%
B = 28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFE5B6 (or 0xEFE5B6) is known color: Half Colonial White. HEX triplet: EF, E5 and B6. RGB value is (239,229,182). Sum of RGB (Red+Green+Blue) = 239+229+182=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 182 (71.48% from 255 or 28% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5B6 is #101A49. Grayscale: #E2E2E2. Windows color (decimal): -1055306 or 11986415. OLE color: 11986415.

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

Color convert

RGB 239 229 182 -
CMYK 0 0.04 0.24 0.06
HSL 49.47º 0.64% 0.83% -
HSV(B) 49.47º 0.24% 0.94% -
XYZ 72.06 77.77 55.47 -
YUV 226.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 239 229 182 0 0.04 0.24 0.06 49.47 0.64 0.83
Hex EF E5 B6 0 4 18 6 31 40 53
Octal 357 345 266 0 4 30 6 61 100 123
Binary 11101111 11100101 10110110 0 100 11000 110 110001 1000000 1010011

Color Harmonies of #EFE5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5B6

Black with #EFE5B6

Text Example


Text Example

White with #EFE5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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