Html Css Color HEX #EFE5BE Half Colonial White

📋 copy color: '#EFE5BE'

red 239 ◦ green 229 ◦ blue 190

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

Shades of Half Colonial White #EFE5BE

Tints of Half Colonial White #EFE5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.88%

R = 36.32%
G = 34.8%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE5BE (or 0xEFE5BE) is known color: Half Colonial White. HEX triplet: EF, E5 and BE. RGB value is (239,229,190). Sum of RGB (Red+Green+Blue) = 239+229+190=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5BE is #101A41. Grayscale: #E3E3E3. Windows color (decimal): -1055298 or 12510703. OLE color: 12510703.

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

Color convert

RGB 239 229 190 -
CMYK 0 0.04 0.21 0.06
HSL 47.76º 0.6% 0.84% -
HSV(B) 47.76º 0.21% 0.94% -
XYZ 72.91 78.11 59.95 -
YUV 227.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 239 229 190 0 0.04 0.21 0.06 47.76 0.6 0.84
Hex EF E5 BE 0 4 15 6 30 3C 54
Octal 357 345 276 0 4 25 6 60 74 124
Binary 11101111 11100101 10111110 0 100 10101 110 110000 111100 1010100

Color Harmonies of #EFE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5BE

Black with #EFE5BE

Text Example


Text Example

White with #EFE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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