Html Css Color HEX #EFE3BE Half Colonial White

📋 copy color: '#EFE3BE'

red 239 ◦ green 227 ◦ blue 190

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

Shades of Half Colonial White #EFE3BE

Tints of Half Colonial White #EFE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.6%

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

R = 36.43%
G = 34.6%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE3BE (or 0xEFE3BE) is known color: Half Colonial White. HEX triplet: EF, E3 and BE. RGB value is (239,227,190). Sum of RGB (Red+Green+Blue) = 239+227+190=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BE is #101C41. Grayscale: #E2E2E2. Windows color (decimal): -1055810 or 12510191. OLE color: 12510191.

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

Color convert

RGB 239 227 190 -
CMYK 0 0.05 0.21 0.06
HSL 45.31º 0.6% 0.84% -
HSV(B) 45.31º 0.21% 0.94% -
XYZ 72.36 77.01 59.77 -
YUV 226.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 239 227 190 0 0.05 0.21 0.06 45.31 0.6 0.84
Hex EF E3 BE 0 5 15 6 2D 3C 54
Octal 357 343 276 0 5 25 6 55 74 124
Binary 11101111 11100011 10111110 0 101 10101 110 101101 111100 1010100

Color Harmonies of #EFE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3BE

Black with #EFE3BE

Text Example


Text Example

White with #EFE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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