Html Css Color HEX #EFE7C0 Half Colonial White

📋 copy color: '#EFE7C0'

red 239 ◦ green 231 ◦ blue 192

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

Shades of Half Colonial White #EFE7C0

Tints of Half Colonial White #EFE7C0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.89%

 BLUE value IS 192 (75.39% from 255) = 29%

R = 36.1%
G = 34.89%
B = 29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFE7C0 (or 0xEFE7C0) is known color: Half Colonial White. HEX triplet: EF, E7 and C0. RGB value is (239,231,192). Sum of RGB (Red+Green+Blue) = 239+231+192=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7C0 is #10183F. Grayscale: #E5E5E5. Windows color (decimal): -1054784 or 12642287. OLE color: 12642287.

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

Color convert

RGB 239 231 192 -
CMYK 0 0.03 0.20 0.06
HSL 49.79º 0.59% 0.85% -
HSV(B) 49.79º 0.2% 0.94% -
XYZ 73.69 79.31 61.29 -
YUV 228.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 239 231 192 0 0.03 0.20 0.06 49.79 0.59 0.85
Hex EF E7 C0 0 3 14 6 32 3B 55
Octal 357 347 300 0 3 24 6 62 73 125
Binary 11101111 11100111 11000000 0 11 10100 110 110010 111011 1010101

Color Harmonies of #EFE7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7C0

Black with #EFE7C0

Text Example


Text Example

White with #EFE7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7C0; }

 p { color: rgb(239,231,192); }

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

background-color css

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

 a { background-color: rgb(239,231,192); }

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

border-color css

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

 span { border-color: rgb(239,231,192); }

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