Html Css Color HEX #EFE2B8 Half Colonial White

📋 copy color: '#EFE2B8'

red 239 ◦ green 226 ◦ blue 184

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

Shades of Half Colonial White #EFE2B8

Tints of Half Colonial White #EFE2B8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.82%

 BLUE value IS 184 (72.27% from 255) = 28.35%

R = 36.83%
G = 34.82%
B = 28.35%

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

#EFE2B8 (or 0xEFE2B8) is known color: Half Colonial White. HEX triplet: EF, E2 and B8. RGB value is (239,226,184). Sum of RGB (Red+Green+Blue) = 239+226+184=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2B8 is #101D47. Grayscale: #E1E1E1. Windows color (decimal): -1056072 or 12116719. OLE color: 12116719.

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

Color convert

RGB 239 226 184 -
CMYK 0 0.05 0.23 0.06
HSL 45.82º 0.63% 0.83% -
HSV(B) 45.82º 0.23% 0.94% -
XYZ 71.44 76.2 56.29 -
YUV 225.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 239 226 184 0 0.05 0.23 0.06 45.82 0.63 0.83
Hex EF E2 B8 0 5 17 6 2E 3F 53
Octal 357 342 270 0 5 27 6 56 77 123
Binary 11101111 11100010 10111000 0 101 10111 110 101110 111111 1010011

Color Harmonies of #EFE2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2B8

Black with #EFE2B8

Text Example


Text Example

White with #EFE2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2B8; }

 p { color: rgb(239,226,184); }

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

background-color css

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

 a { background-color: rgb(239,226,184); }

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

border-color css

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

 span { border-color: rgb(239,226,184); }

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