Html Css Color HEX #EFE4C1 Half Colonial White

📋 copy color: '#EFE4C1'

red 239 ◦ green 228 ◦ blue 193

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

Shades of Half Colonial White #EFE4C1

Tints of Half Colonial White #EFE4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.24%

R = 36.21%
G = 34.55%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFE4C1 (or 0xEFE4C1) is known color: Half Colonial White. HEX triplet: EF, E4 and C1. RGB value is (239,228,193). Sum of RGB (Red+Green+Blue) = 239+228+193=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C1 is #101B3E. Grayscale: #E3E3E3. Windows color (decimal): -1055551 or 12707055. OLE color: 12707055.

HSL color Cylindrical-coordinate representation of color #EFE4C1: hue angle of 45.65º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFE4C1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 193 -
CMYK 0 0.05 0.19 0.06
HSL 45.65º 0.59% 0.85% -
HSV(B) 45.65º 0.19% 0.94% -
XYZ 72.97 77.69 61.6 -
YUV 227.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 239 228 193 0 0.05 0.19 0.06 45.65 0.59 0.85
Hex EF E4 C1 0 5 13 6 2E 3B 55
Octal 357 344 301 0 5 23 6 56 73 125
Binary 11101111 11100100 11000001 0 101 10011 110 101110 111011 1010101

Color Harmonies of #EFE4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4C1

Black with #EFE4C1

Text Example


Text Example

White with #EFE4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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