Html Css Color HEX #EFE4C4 Half Colonial White

📋 copy color: '#EFE4C4'

red 239 ◦ green 228 ◦ blue 196

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

Shades of Half Colonial White #EFE4C4

Tints of Half Colonial White #EFE4C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.56%

R = 36.05%
G = 34.39%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFE4C4 (or 0xEFE4C4) is known color: Half Colonial White. HEX triplet: EF, E4 and C4. RGB value is (239,228,196). Sum of RGB (Red+Green+Blue) = 239+228+196=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C4 is #101B3B. Grayscale: #E3E3E3. Windows color (decimal): -1055548 or 12903663. OLE color: 12903663.

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

Color convert

RGB 239 228 196 -
CMYK 0 0.05 0.18 0.06
HSL 44.65º 0.57% 0.85% -
HSV(B) 44.65º 0.18% 0.94% -
XYZ 73.3 77.82 63.38 -
YUV 227.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 239 228 196 0 0.05 0.18 0.06 44.65 0.57 0.85
Hex EF E4 C4 0 5 12 6 2D 39 55
Octal 357 344 304 0 5 22 6 55 71 125
Binary 11101111 11100100 11000100 0 101 10010 110 101101 111001 1010101

Color Harmonies of #EFE4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4C4

Black with #EFE4C4

Text Example


Text Example

White with #EFE4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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