Html Css Color HEX #EFE6BE Half Colonial White

📋 copy color: '#EFE6BE'

red 239 ◦ green 230 ◦ blue 190

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

Shades of Half Colonial White #EFE6BE

Tints of Half Colonial White #EFE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.9%

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

R = 36.27%
G = 34.9%
B = 28.83%

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

#EFE6BE (or 0xEFE6BE) is known color: Half Colonial White. HEX triplet: EF, E6 and BE. RGB value is (239,230,190). Sum of RGB (Red+Green+Blue) = 239+230+190=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BE is #101941. Grayscale: #E4E4E4. Windows color (decimal): -1055042 or 12510959. OLE color: 12510959.

HSL color Cylindrical-coordinate representation of color #EFE6BE: hue angle of 48.98º 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 #EFE6BE is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 190 -
CMYK 0 0.04 0.21 0.06
HSL 48.98º 0.6% 0.84% -
HSV(B) 48.98º 0.21% 0.94% -
XYZ 73.19 78.66 60.04 -
YUV 228.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 239 230 190 0 0.04 0.21 0.06 48.98 0.6 0.84
Hex EF E6 BE 0 4 15 6 31 3C 54
Octal 357 346 276 0 4 25 6 61 74 124
Binary 11101111 11100110 10111110 0 100 10101 110 110001 111100 1010100

Color Harmonies of #EFE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6BE

Black with #EFE6BE

Text Example


Text Example

White with #EFE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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